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
0a615abc9a
commit
0ea65180f2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ location __PATH__/ {
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __FINALPATH__/ ;
|
alias __FINALPATH__/ ;
|
||||||
|
|
||||||
rewrite ^ __DOMAIN__PATH_URL__/%23/?lang=__LANGUAGE__ break;
|
rewrite ^ __DOMAIN__/__PATH_URL__/%23/?lang=__LANGUAGE__ break;
|
||||||
|
|
||||||
### Example PHP configuration (remove it if not used)
|
### Example PHP configuration (remove it if not used)
|
||||||
# index index.php;
|
# index index.php;
|
||||||
|
|
Loading…
Reference in a new issue