examples - fix wordpress custom conf variable name for docker/autoconf

This commit is contained in:
bunkerity 2022-07-26 10:16:17 +02:00
parent e01b240723
commit d63538fd58
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ services:
- bunkerweb.REVERSE_PROXY_URL=/
- bunkerweb.REVERSE_PROXY_HOST=http://mywp
- |
bunkerweb.CUSTOM_CONF_HTTP_MODSEC_CRS_wordpress=
bunkerweb.CUSTOM_CONF_MODSEC_CRS_wordpress=
SecAction \
"id:900130,\
phase:1,\

View File

@ -25,7 +25,7 @@ services:
- REVERSE_PROXY_URL=/
- REVERSE_PROXY_HOST=http://mywp
- |
CUSTOM_CONF_HTTP_MODSEC_CRS_wordpress=
CUSTOM_CONF_MODSEC_CRS_wordpress=
SecAction \
"id:900130,\
phase:1,\