diff --git a/nginx.conf b/nginx.conf index c352b77..eb1f868 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,14 +1,3 @@ -server { - listen 80; - server_name _; - root /usr/share/nginx/html; - - location /containers/kyllianchabanon-portfolio { - alias /usr/share/nginx/html; - try_files $uri $uri/ /index.html; - } - - location / { - try_files $uri $uri/ /index.html; - } -} \ No newline at end of file +location / { + try_files $uri /index.html; +}