mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Add SCRIPT_FILENAME fastcgi parameter
This commit is contained in:
parent
a9caf6d085
commit
7c54c97ccc
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ location <TPL:NGINX_LOCATION> {
|
|||
fastcgi_read_timeout 600;
|
||||
fastcgi_param REMOTE_USER $remote_user;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
|
Loading…
Add table
Reference in a new issue