1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
Conflicts:
	conf/nginx.conf
This commit is contained in:
Thomas NONGLATON 2014-03-12 14:40:23 +01:00
commit bffab922d1

View file

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