YunoHost-Apps / monica_ynh

Monica package for YunoHost
https://www.monicahq.com/
GNU Affero General Public License v3.0
18 stars 13 forks source link

Force https #4

Closed anmol26s closed 7 years ago

anmol26s commented 7 years ago

I observed if we open monica.domain.tld it opens in http. To force https by default I added

Force https

if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }

rndmh3ro commented 7 years ago

Thanks!