We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78caa9e commit 81a2656Copy full SHA for 81a2656
root-files/opt/flownative/lib/nginx-legacy.sh
@@ -199,7 +199,7 @@ EOM
199
EOM
200
elif [ -n "${BEACH_PERSISTENT_RESOURCES_FALLBACK_BASE_URI}" ]; then
201
cat >>"${NGINX_CONF_PATH}/sites-enabled/site.conf" <<-EOM
202
- location ~* "^${BEACH_PERSISTENT_RESOURCES_BASE_PATH}(.*)$ {
+ location ~* "^${BEACH_PERSISTENT_RESOURCES_BASE_PATH}(.*)$" {
203
access_log off;
204
expires ${NGINX_STATIC_FILES_LIFETIME};
205
add_header Via '\$hostname' always;
0 commit comments