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

Update nginx.conf

This commit is contained in:
frju365 2017-04-19 23:07:27 +02:00 committed by GitHub
parent 7351201635
commit 4865dc9c0a

View file

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