1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
Commit graph

7 commits

Author SHA1 Message Date
anmol26s
170737fcc3 Fixed https://github.com/YunoHost-Apps/monica_ynh/issues/13,https://github.com/YunoHost-Apps/monica_ynh/issues/3,tried to make app working state,use dedicate user 2018-05-28 17:54:43 +05:30
Sebastian Gumprich
7f8dc9efd7 complete revamp 2017-09-15 18:45:18 +02:00
anmol26s
6538bf55f8 Force https
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;
  }
2017-07-24 12:14:22 +05:30
Sebastian Gumprich
3a8ab5b0b9 make index.php root 2017-06-23 18:46:33 +02:00
Sebastian Gumprich
f054d5cfd2 install and use php7 2017-06-13 22:18:05 +02:00
Sebastian Gumprich
a32a80d63f update nginx config for laravel 2017-06-12 22:24:37 +02:00
Sebastian Gumprich
42f54956c9 Initial 2017-06-08 13:32:01 +02:00