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:
parent
f011a5962d
commit
32d8fb9061
2 changed files with 4 additions and 1 deletions
2
backend
2
backend
|
@ -1 +1 @@
|
|||
Subproject commit 9cf1ad232248988ad928272c1dedb5ae99c69d13
|
||||
Subproject commit 13d2641b2df01052ed742ec436c9bed3df36c9f0
|
|
@ -28,6 +28,9 @@ server {
|
|||
# frontend location
|
||||
location / {
|
||||
root /www;
|
||||
index index.html;
|
||||
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
# error pages
|
||||
|
|
Loading…
Add table
Reference in a new issue