We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78caa9e + 81a2656 commit 6cc4f8bCopy full SHA for 6cc4f8b
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