apparently the second last typo

This commit is contained in:
Ulf Gebhardt 2022-01-08 05:52:55 +01:00
parent 544e041807
commit c777a5a9d8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}