From 44c64087ffdde73942e34a3fbd62fc34aaccc5de Mon Sep 17 00:00:00 2001 From: flechsig Date: Thu, 23 Oct 2025 14:06:17 +0200 Subject: [PATCH] correct port number to 80 --- conf.d/opticswiki.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/opticswiki.conf b/conf.d/opticswiki.conf index 4601aa1..cf2d303 100644 --- a/conf.d/opticswiki.conf +++ b/conf.d/opticswiki.conf @@ -15,7 +15,7 @@ server { ssl_certificate_key /etc/nginx/private/opticswiki.psi.ch.key; location / { - proxy_pass http://opticswiki:8090; + proxy_pass http://opticswiki:80; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;