something must be done here to avoid 404 on pageload

This commit is contained in:
Moriz Wahl 2021-04-12 21:04:23 +02:00
parent f79767a9a8
commit 7cad0af51f

View File

@ -75,6 +75,7 @@ server {
rewrite /vue/(.*) /$1;
}
#try_files /vue/$uri /vue/$uri/ /index.html;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;