nginx vhost
This commit is contained in:
@@ -210,7 +210,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
alias /opt/glitchtip/glitchtip-backend/static/;
|
alias /opt/glitchtip/glitchtip-backend/static/browser/;
|
||||||
try_files $uri $uri/index.html /index.html;
|
try_files $uri $uri/index.html /index.html;
|
||||||
expires 1h;
|
expires 1h;
|
||||||
add_header Pragma public;
|
add_header Pragma public;
|
||||||
|
Reference in New Issue
Block a user