diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0413cd8..43b79ec 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -13,7 +13,7 @@ http { server { listen 80; - server_name localhost; + server_name 49.13.21.211; root /usr/share/nginx/html; index index.html index.htm;