diff --git a/nginx-site.conf b/nginx-site.conf index e9610b17..a0fc3041 100644 --- a/nginx-site.conf +++ b/nginx-site.conf @@ -1,6 +1,6 @@ server { listen 8000 default; ## Listen for ipv4; this line is default and implied - + # Make site accessible from http://localhost/ server_name localhost; root /var/www/html/public;