Skip to content

Commit 6cc4f8b

Browse files
authored
Merge pull request #11 from flownative/bugfix/10-nginx-config
Add missing " to nginx.conf
2 parents 78caa9e + 81a2656 commit 6cc4f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root-files/opt/flownative/lib/nginx-legacy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ EOM
199199
EOM
200200
elif [ -n "${BEACH_PERSISTENT_RESOURCES_FALLBACK_BASE_URI}" ]; then
201201
cat >>"${NGINX_CONF_PATH}/sites-enabled/site.conf" <<-EOM
202-
location ~* "^${BEACH_PERSISTENT_RESOURCES_BASE_PATH}(.*)$ {
202+
location ~* "^${BEACH_PERSISTENT_RESOURCES_BASE_PATH}(.*)$" {
203203
access_log off;
204204
expires ${NGINX_STATIC_FILES_LIFETIME};
205205
add_header Via '\$hostname' always;

0 commit comments

Comments
 (0)