1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

Fix installation on subdomain

This commit is contained in:
Julien Malik 2015-08-03 10:33:48 +02:00
parent 9a52bcf164
commit dcda7bb40b

View file

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