use port 8090

This commit is contained in:
2025-10-06 15:46:45 +02:00
parent 2f90b5cb5e
commit 324e8e2879
+2 -2
View File
@@ -1,6 +1,6 @@
# opticswiki conf for nginx
# cloned from gfa-status-test.conf
# adjustments UF 20251006
# adjustments UF 20251006 use port 8090
server {
listen 80;
server_name opticswiki.psi.ch;
@@ -15,7 +15,7 @@ server {
ssl_certificate_key /etc/nginx/private/opticswiki.psi.ch.key;
location / {
proxy_pass http://opticswiki:80;
proxy_pass http://opticswiki:8090;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;