From c777a5a9d878fe04a1a81f6cf245db1fed031b36 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 8 Jan 2022 05:52:55 +0100 Subject: [PATCH] apparently the second last typo --- .../bare_metal/nginx/sites-available/gradido.conf.ssl.template | 2 +- .../bare_metal/nginx/sites-available/gradido.conf.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/bare_metal/nginx/sites-available/gradido.conf.ssl.template b/deployment/bare_metal/nginx/sites-available/gradido.conf.ssl.template index cf6608833..9a891d1ac 100644 --- a/deployment/bare_metal/nginx/sites-available/gradido.conf.ssl.template +++ b/deployment/bare_metal/nginx/sites-available/gradido.conf.ssl.template @@ -67,7 +67,7 @@ server { # Legacy URLS set $REWRITE_LEGACY_URLS "$NGINX_REWRITE_LEGACY_URLS"; - if( $REWRITE_LEGACY_URLS = 'true' ){ + if ($REWRITE_LEGACY_URLS = 'true') { rewrite ^/vue$1 /$1 permanent; } diff --git a/deployment/bare_metal/nginx/sites-available/gradido.conf.template b/deployment/bare_metal/nginx/sites-available/gradido.conf.template index ef5d8ce7d..b48e6da7b 100644 --- a/deployment/bare_metal/nginx/sites-available/gradido.conf.template +++ b/deployment/bare_metal/nginx/sites-available/gradido.conf.template @@ -52,7 +52,7 @@ server { # Legacy URLS set $REWRITE_LEGACY_URLS "$NGINX_REWRITE_LEGACY_URLS"; - if( $REWRITE_LEGACY_URLS = 'true' ){ + if ($REWRITE_LEGACY_URLS = 'true') { rewrite ^/vue$1 /$1 permanent; }