mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
Exclude static files from URL rewriting
This commit is contained in:
parent
ecce27c9de
commit
ba92115d38
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ location __PATH__/ {
|
||||||
rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last;
|
rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location __PATH__/static/ {
|
||||||
|
|
||||||
|
alias __FINALPATH__/static/ ;
|
||||||
|
}
|
||||||
|
|
||||||
### Example PHP configuration (remove it if not used)
|
### Example PHP configuration (remove it if not used)
|
||||||
# index index.php;
|
# index index.php;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue