Skip to content

Commit

Permalink
Merge pull request #11 from flownative/bugfix/10-nginx-config
Browse files Browse the repository at this point in the history
Add missing " to nginx.conf
  • Loading branch information
robertlemke committed Jul 6, 2022
2 parents 78caa9e + 81a2656 commit 6cc4f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root-files/opt/flownative/lib/nginx-legacy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ EOM
EOM
elif [ -n "${BEACH_PERSISTENT_RESOURCES_FALLBACK_BASE_URI}" ]; then
cat >>"${NGINX_CONF_PATH}/sites-enabled/site.conf" <<-EOM
location ~* "^${BEACH_PERSISTENT_RESOURCES_BASE_PATH}(.*)$ {
location ~* "^${BEACH_PERSISTENT_RESOURCES_BASE_PATH}(.*)$" {
access_log off;
expires ${NGINX_STATIC_FILES_LIFETIME};
add_header Via '\$hostname' always;
Expand Down

0 comments on commit 6cc4f8b

Please sign in to comment.