This commit is contained in:
parent
81dd5b3e57
commit
614733ef64
@ -28,12 +28,12 @@ http {
|
|||||||
location / {
|
location / {
|
||||||
index index.html;
|
index index.html;
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
try_files $uri $uri/;
|
try_files $uri $uri/ =404;
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location =/ {
|
location =/ {
|
||||||
return 302 https://webdesign-befmp.deploy.cat;
|
return 302 https://webdesign-befmp.deploy.cat/screens/home.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user