Update gitlab ip/port

This commit is contained in:
sonny 2023-03-04 17:56:33 +01:00
parent 8a3463bc3b
commit 497c18ebc0
2 changed files with 4 additions and 2 deletions

View file

@ -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://{{ gitlab_ip }}; proxy_pass https://{{ gitlab_ip }}:{{ gitlab_port }};
} }
} }

View file

@ -12,7 +12,9 @@ ssh_port: 39901
mpd_port: 21000 mpd_port: 21000
nfs_port: 2049 nfs_port: 2049
gitlab_ip: '192.168.178.88' gitlab_ip: '127.0.0.1'
gitlab_port: '9093'
newsreader_ip: '192.168.178.63' newsreader_ip: '192.168.178.63'
sentry_ip: '127.0.0.1' sentry_ip: '127.0.0.1'