Revert changes on the custom conf regex for the autoconf

This commit is contained in:
Théophile Diot 2023-02-17 10:25:05 +01:00
parent 26de0a233a
commit fb917960bc
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class DockerController(Controller, ConfigCaller):
continue
real_variable = variable.replace("bunkerweb.", "", 1)
result = search(
r"^CUSTOM_CONF_(HTTP|DEFAULT_SERVER_HTTP|SERVER_HTTP|MODSEC_CRS|MODSEC)_(.+)$",
r"^CUSTOM_CONF_(SERVER_HTTP|MODSEC_CRS|MODSEC)_(.+)$",
real_variable,
)
if result is None: