This commit is contained in:
parent
3e2cbf0179
commit
38354d2ea2
@ -39,6 +39,12 @@ location ~ ^/api/v1/.*$ {
|
||||
proxy_pass http://local;
|
||||
}
|
||||
|
||||
location /wt {
|
||||
root amass_blog;
|
||||
index index.html index.htm;
|
||||
try_files /wt/index.html =404;
|
||||
}
|
||||
|
||||
location = /wt/app.js {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
Loading…
Reference in New Issue
Block a user