Éric Gaspar
0d9bf36fb2
v2
2023-03-27 21:45:01 +02:00
Éric Gaspar
a40c811b2c
Update nginx.conf
2023-01-31 22:32:30 +01:00
yalh76
2cd810c763
Upgrade to 3.6.1~ynh1
2022-01-30 02:32:04 +01:00
yalh76
c4226a3f6b
Apply last example_ynh
2022-01-23 23:07:14 +01:00
yalh76
374a0a21c5
including yunohost panel
2020-06-11 23:03:19 +02:00
yalh76
30300d923d
Fix nginx
2020-06-11 13:46:00 +02:00
yalh76
420b080884
Apply example_ynh
2020-06-11 03:13:15 +02:00
Alexis Saettler
b9ed3f27ad
Updated to version 2.14.0 and switch to php7.2
2019-05-21 22:58:44 +02:00
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