Fix path to static files
This commit is contained in:
@ -9,7 +9,7 @@ server {
|
||||
root /var/www/html;
|
||||
|
||||
location / {
|
||||
try_files $uri @portal;
|
||||
try_files static/$uri @portal;
|
||||
}
|
||||
|
||||
location /share/ {
|
||||
|
@ -18,7 +18,7 @@ server {
|
||||
root /var/www/html;
|
||||
|
||||
location / {
|
||||
try_files $uri @portal;
|
||||
try_files static/$uri @portal;
|
||||
}
|
||||
|
||||
location /share/ {
|
||||
|
Reference in New Issue
Block a user