Merge pull request 'main' (#27) from flechsig/WebHosting:main into main

Reviewed-on: linux/WebHosting#27
Reviewed-by: bruhn_b <basil.bruhn@psi.ch>
This commit is contained in:
2026-01-14 13:48:43 +01:00
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -19,5 +19,8 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# UF add
proxy_set_header Cookie $http_cookie;
proxy_set_header Authorization $http_authorization;
}
}
+2
View File
@@ -153,6 +153,8 @@ services:
- /opt/webcontent/opticswiki/pub:/usr/local/apache2/Foswiki-2.1.9/pub
- /opt/webcontent/opticswiki/working:/usr/local/apache2/Foswiki-2.1.9/working
- /opt/webcontent/opticswiki/lib:/usr/local/apache2/Foswiki-2.1.9/lib
- /opt/webcontent/opticswiki/conf:/usr/local/apache2/conf
- /opt/webcontent/opticswiki/logs:/var/log/apache2
networks:
- backend