1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

Update nginx.conf

This commit is contained in:
Alexis Gavoty 2013-12-09 13:54:00 +01:00
parent ab6ac6305a
commit 0d853d1454

View file

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