diff --git a/nginx.conf b/nginx.conf index abaaccc..81946c7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 804; server_name localhost; root /usr/share/nginx/html; index index.html;