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:
parent
9a52bcf164
commit
dcda7bb40b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
location YNH_WWW_PATH {
|
||||
alias YNH_ALIAS;
|
||||
alias YNH_ALIAS/;
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue