Include glitchtip provisioning

This commit is contained in:
Sonny Bakker 2025-04-27 17:10:41 +02:00
parent 86a81c6e52
commit 0d7666185c
6 changed files with 119 additions and 4 deletions

View file

@ -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 }};
}
}