1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Fix nginx website routing

This commit is contained in:
Markus Grigull 2017-08-02 15:15:30 +02:00
parent f011a5962d
commit 32d8fb9061
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9cf1ad232248988ad928272c1dedb5ae99c69d13
Subproject commit 13d2641b2df01052ed742ec436c9bed3df36c9f0

View file

@ -28,6 +28,9 @@ server {
# frontend location
location / {
root /www;
index index.html;
try_files $uri $uri/ /index.html;
}
# error pages