mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
Update nginx.conf
This commit is contained in:
parent
5846390138
commit
ecce27c9de
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ location __PATH__/ {
|
||||||
alias __FINALPATH__/ ;
|
alias __FINALPATH__/ ;
|
||||||
|
|
||||||
if ($args !~* lang=__LANGUAGE__){
|
if ($args !~* lang=__LANGUAGE__){
|
||||||
rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/%23/?lang=__LANGUAGE__ last;
|
rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last;
|
||||||
}
|
}
|
||||||
|
|
||||||
### Example PHP configuration (remove it if not used)
|
### Example PHP configuration (remove it if not used)
|
||||||
|
|
Loading…
Reference in a new issue