nginx vhost
This commit is contained in:
parent
c078ca4da6
commit
88a5310994
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user