1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

Fix installation on subdomain

This commit is contained in:
Julien Malik 2015-08-03 10:33:03 +02:00
parent c2386b9555
commit 86ab487397

View file

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