mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
apparently the second last typo
This commit is contained in:
parent
544e041807
commit
c777a5a9d8
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user