seafile_ynh/conf/nginx.conf

7 lines
190 B
Nginx Configuration File
Raw Normal View History

location PATHTOCHANGE {
alias ALIASTOCHANGE;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
client_max_body_size 10G;
}