Update newsreader settings
This commit is contained in:
parent
026e2f84fc
commit
ed7bf5a46c
2 changed files with 3 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://{{ newsreader_ip }};
|
proxy_pass http://{{ newsreader_ip }}:{{ newsreader_port }};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ gitlab_ip: '127.0.0.1'
|
||||||
gitlab_port: '9090'
|
gitlab_port: '9090'
|
||||||
gitlab_ssh_port: '22'
|
gitlab_ssh_port: '22'
|
||||||
|
|
||||||
newsreader_ip: '192.168.178.63'
|
newsreader_ip: '127.0.0.1'
|
||||||
|
newsreader_port: '5000'
|
||||||
|
|
||||||
sentry_ip: '127.0.0.1'
|
sentry_ip: '127.0.0.1'
|
||||||
sentry_port: '9000'
|
sentry_port: '9000'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue