1
0
Fork 0
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:
Melchisedech 2022-03-03 23:45:22 +01:00 committed by GitHub
parent ece8e7884f
commit f2556498ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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