Include glitchtip provisioning
This commit is contained in:
parent
86a81c6e52
commit
0d7666185c
6 changed files with 119 additions and 4 deletions
|
|
@ -13,11 +13,11 @@ server {
|
|||
client_max_body_size 40M;
|
||||
|
||||
location / {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Ssl on;
|
||||
proxy_set_header X-Forwarded-Ssl on;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
||||
proxy_pass http://{{ glitchtip_ip }}:{{ glitchtip_port }};
|
||||
proxy_pass http://{{ glitchtip_ip }}:{{ glitchtip_app_port }};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue