You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if a regular expression includes the “}” or “;” characters, the whole expressions should be enclosed in single or double quotes.
in current state it causes CrashLoopBackOff for nginx pods, when NGINX_WP_GOOGLE_XML_SITEMAP=1 with the following error in log:
nginx: [emerg] directive "rewrite" is not terminated by ";" in /etc/nginx/preset.conf:23
Proposed change: in the file /etc/gotpl/presets/wordpress.conf.tmpl put regex in double quotes:
the issue is related to commit fba9729
according to the nginx documentation
in current state it causes CrashLoopBackOff for nginx pods, when NGINX_WP_GOOGLE_XML_SITEMAP=1 with the following error in log:
nginx: [emerg] directive "rewrite" is not terminated by ";" in /etc/nginx/preset.conf:23
Proposed change: in the file /etc/gotpl/presets/wordpress.conf.tmpl put regex in double quotes:
temporary workaround until it's fixed:
build a docker image with modified /etc/gotpl/presets/wordpress.conf.tmpl file
The text was updated successfully, but these errors were encountered: