1
0
Fork 0
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:
Melchisedech 2022-03-13 00:30:59 +01:00 committed by GitHub
parent ba92115d38
commit 29e77f4276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@ location __PATH__/ {
# Path to source # Path to source
alias __FINALPATH__/ ; alias __FINALPATH__/ ;
if ($args !~* lang=__LANGUAGE__){ # if ($args !~* lang=__LANGUAGE__){
rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last; # rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last;
} # }
location __PATH__/static/ { #location __PATH__/static/ {
alias __FINALPATH__/static/ ; # alias __FINALPATH__/static/ ;
} }
### Example PHP configuration (remove it if not used) ### Example PHP configuration (remove it if not used)