diff --git a/nginx.conf b/nginx.conf index bee9f61..ead938c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,7 +1,7 @@ server { listen 80; - server_name localhost; - root /usr/share/nginx/html; + server_name _; + root /app; index index.html; # GZIP Compression diff --git a/nginx.template.conf b/nginx.template.conf index ecbe88e..f6eb8d8 100644 --- a/nginx.template.conf +++ b/nginx.template.conf @@ -1,5 +1,5 @@ server { - listen ${PORT}; + listen 80; server_name _; root /app; index index.php index.html index.htm;