allow any server name (including localhost)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
server_name _;
|
||||
|
||||
root /var/www/app/public;
|
||||
index index.php index.html index.htm;
|
||||
|
||||
Reference in New Issue
Block a user