1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00
This commit is contained in:
yalh76 2019-04-18 05:07:29 +02:00
parent 9cb895b9a0
commit 94d5e6f993

View file

@ -3,13 +3,14 @@ location __PATH__ {
# Path to source
alias __FINALPATH__/ ;
# Example PHP configuration (remove if not used)
index index.php;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
# Example PHP configuration (remove if not used)
index index.php;
# Common parameter to increase upload size limit in conjuction with dedicated php-fpm file
#client_max_body_size 50M;