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

Update nginx.conf

This commit is contained in:
Maniack Crudelis 2015-03-27 20:48:29 +01:00
parent 619ccee56f
commit a2d03ca5fa

View file

@ -1,4 +1,4 @@
location __PATH__/ { location __PATH__ {
if ($scheme = http) { if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent; rewrite ^ https://$server_name$request_uri? permanent;
} }