Fix: root file location
This commit is contained in:
parent
db5c90d8ba
commit
cb3e06bf64
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ server {
|
||||||
gunzip on;
|
gunzip on;
|
||||||
client_max_body_size 256M;
|
client_max_body_size 256M;
|
||||||
|
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html/browser;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /index.html =404;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue