Update sentry configuration
This commit is contained in:
parent
f2af83af99
commit
8a3463bc3b
2 changed files with 4 additions and 2 deletions
|
|
@ -24,6 +24,6 @@ server {
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_set_header X-Frame-Options SAMEORIGIN;
|
proxy_set_header X-Frame-Options SAMEORIGIN;
|
||||||
|
|
||||||
proxy_pass https://{{ sentry_ip }};
|
proxy_pass http://{{ sentry_ip }}:{{ sentry_port }};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,10 @@ mpd_port: 21000
|
||||||
nfs_port: 2049
|
nfs_port: 2049
|
||||||
|
|
||||||
gitlab_ip: '192.168.178.88'
|
gitlab_ip: '192.168.178.88'
|
||||||
sentry_ip: '192.168.178.73'
|
|
||||||
newsreader_ip: '192.168.178.63'
|
newsreader_ip: '192.168.178.63'
|
||||||
|
|
||||||
|
sentry_ip: '127.0.0.1'
|
||||||
|
sentry_port: '9000'
|
||||||
|
|
||||||
radicale_listen_addres: '127.0.0.1'
|
radicale_listen_addres: '127.0.0.1'
|
||||||
radicale_port: 5232
|
radicale_port: 5232
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue