1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

Merge pull request #14 from julienmalik/patch-3

Update nginx.conf
This commit is contained in:
titoko 2015-01-19 09:38:04 +01:00
commit d2111aa9a9

View file

@ -12,11 +12,13 @@ location PATHTOCHANGE {
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}
location PATHTOCHANGE2/http-bind {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;