diff --git a/nginx.conf b/nginx.conf index a89bb33..9f469a7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,12 +28,12 @@ http { location / { index index.html; root /var/www/html; - try_files $uri $uri/; + try_files $uri $uri/ =404; absolute_redirect off; } location =/ { - return 302 https://webdesign-befmp.deploy.cat; + return 302 https://webdesign-befmp.deploy.cat/screens/home.html; } } }