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
29e77f4276
commit
61b6421193
1 changed files with 9 additions and 9 deletions
|
@ -4,13 +4,8 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
# if ($args !~* lang=__LANGUAGE__){
|
||||
# rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last;
|
||||
# }
|
||||
|
||||
#location __PATH__/static/ {
|
||||
|
||||
# alias __FINALPATH__/static/ ;
|
||||
if ($args !~* lang=__LANGUAGE__){
|
||||
rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last;
|
||||
}
|
||||
|
||||
### Example PHP configuration (remove it if not used)
|
||||
|
@ -35,3 +30,8 @@ location ~ [^/]\.php(/|$) {
|
|||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
||||
location __PATH__/static/ {
|
||||
|
||||
alias __FINALPATH__/static/ ;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue