fix nginx server_name

This commit is contained in:
Lutfi Hakim 2026-03-31 17:33:00 +07:00
parent 2cfc54f567
commit a20e8fd844
1 changed files with 1 additions and 1 deletions

View File

@ -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;