port wrong in documentation

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2026-01-14 15:50:38 +01:00
parent 43d20e3b5b
commit 0fe66cfdbf

View File

@@ -12,7 +12,7 @@ server {
ssl_certificate_key /etc/nginx/private/saparchive.psi.ch.key;
location / {
proxy_pass http://tiacore-test:9443;
proxy_pass http://tiacore-test:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;