forked from linux/WebHosting
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user