mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
Trying another approach with rewrite
This commit is contained in:
parent
f2556498ab
commit
dff5841daf
1 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,7 @@ location __PATH__/ {
|
|||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
#client_max_body_size 50M;
|
||||
|
||||
set $args $args&lang=__LANGUAGE__;
|
||||
rewrite ^(.*)$ $1?lang=__LANGUAGE__ break;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
|
@ -22,7 +22,6 @@ location ~ [^/]\.php(/|$) {
|
|||
fastcgi_param REMOTE_USER $remote_user;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
set $args $args&lang=__LANGUAGE__;
|
||||
}
|
||||
### End of PHP configuration part
|
||||
|
||||
|
|
Loading…
Reference in a new issue