allow any server name (including localhost)

This commit is contained in:
hackerESQ
2024-09-09 15:12:51 -05:00
parent cf38f18085
commit a49d501419
+1 -1
View File
@@ -1,6 +1,6 @@
server {
listen 80;
server_name localhost;
server_name _;
root /var/www/app/public;
index index.php index.html index.htm;