mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
more typos
This commit is contained in:
parent
732dff9a6f
commit
d805cc793e
@ -66,7 +66,7 @@ server {
|
||||
}
|
||||
|
||||
# Legacy URLS
|
||||
set REWRITE_LEGACY_URLS = "$NGINX_REWRITE_LEGACY_URLS";
|
||||
set REWRITE_LEGACY_URLS "$NGINX_REWRITE_LEGACY_URLS";
|
||||
if( $REWRITE_LEGACY_URLS = 'true' ){
|
||||
rewrite ^/vue$1 /$1 permanent;
|
||||
}
|
||||
|
||||
@ -51,7 +51,7 @@ server {
|
||||
}
|
||||
|
||||
# Legacy URLS
|
||||
set REWRITE_LEGACY_URLS = "$NGINX_REWRITE_LEGACY_URLS";
|
||||
set REWRITE_LEGACY_URLS "$NGINX_REWRITE_LEGACY_URLS";
|
||||
if( $REWRITE_LEGACY_URLS = 'true' ){
|
||||
rewrite ^/vue$1 /$1 permanent;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user