mirror of
https://github.com/YunoHost-Apps/digiwords_ynh.git
synced 2024-09-03 18:26:11 +02:00
Adding set #args to php location
This commit is contained in:
parent
ece8e7884f
commit
f2556498ab
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ 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