diff --git a/default.conf b/default.conf index c8e38a6..9662df9 100644 --- a/default.conf +++ b/default.conf @@ -1,9 +1,9 @@ server { listen 80; - server_name www.humanicare.store humanicare.store; + server_name www.humanicare.store; root /usr/share/nginx/html; index index.html; location / { - try_files $uri $uri/ =404; + try_files $uri /index.html; } }