diff --git a/Server/conf/server.conf b/Server/conf/server.conf index 3783d6a..174b3d2 100644 --- a/Server/conf/server.conf +++ b/Server/conf/server.conf @@ -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;