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-04 01:05:10 +01:00 committed by GitHub
parent ccb4181f96
commit 1464b7ab27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
rewrite ^ __FINALPATH__$uri?lang=en permanent;
rewrite ^ __DOMAIN__$uri?lang=en permanent;
### Example PHP configuration (remove it if not used)
# index index.php;