Fix path to static files

This commit is contained in:
Matthew Wild 2021-01-22 21:17:51 +00:00
parent 3bc4bdd513
commit 1575e80c08
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ server {
root /var/www/html;
location / {
try_files $uri @portal;
try_files static/$uri @portal;
}
location /share/ {

View File

@ -18,7 +18,7 @@ server {
root /var/www/html;
location / {
try_files $uri @portal;
try_files static/$uri @portal;
}
location /share/ {