mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
force patch authelia-server.conf
This commit is contained in:
parent
224abb686d
commit
020ab44638
@ -109,6 +109,11 @@ if ! grep -q '#Removed lua' /config/nginx/nginx.conf; then
|
|||||||
sed -i 's|\tlua_load_resty_core off;|\t#Removed lua. Do not remove this comment|g' /config/nginx/nginx.conf
|
sed -i 's|\tlua_load_resty_core off;|\t#Removed lua. Do not remove this comment|g' /config/nginx/nginx.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# patch authelia-server.conf for CVE-2021-32637
|
||||||
|
if ! grep -q "if (\$request_uri ~" /config/nginx/authelia-server.conf; then
|
||||||
|
sed -i '/internal;/a \ \ \ \ if ($request_uri ~ [^a-zA-Z0-9_+-=\\!@$%&*?~.:#'\''\\;\\(\\)\\[\\]]) { return 401; }' /config/nginx/authelia-server.conf
|
||||||
|
fi
|
||||||
|
|
||||||
# copy pre-generated dhparams or generate if needed
|
# copy pre-generated dhparams or generate if needed
|
||||||
[[ ! -f /config/nginx/dhparams.pem ]] && \
|
[[ ! -f /config/nginx/dhparams.pem ]] && \
|
||||||
cp /defaults/dhparams.pem /config/nginx/dhparams.pem
|
cp /defaults/dhparams.pem /config/nginx/dhparams.pem
|
||||||
|
Loading…
Reference in New Issue
Block a user