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

Update nginx.conf

This commit is contained in:
titoko 2013-12-09 16:45:28 +01:00
parent 474077f8b2
commit 86bab9db8d

View file

@ -14,7 +14,7 @@ location PATHTOCHANGE {
fastcgi_param PATH_INFO $fastcgi_path_info;
}
}
location PATHTOCHANGE/http-bind {
location PATHTOCHANGE2/http-bind {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}