fix nginx server_name
This commit is contained in:
parent
2cfc54f567
commit
a20e8fd844
|
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name sig-tpsnganjuk.web.id
|
server_name sig-tpsnganjuk.web.id;
|
||||||
|
|
||||||
root /var/www/public;
|
root /var/www/public;
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue