mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
remove comment
This commit is contained in:
parent
94d5e6f993
commit
bc1aba9a75
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ location __PATH__ {
|
|||
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
|
||||
|
@ -31,7 +30,6 @@ location __PATH__ {
|
|||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
# PHP configuration end
|
||||
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
Loading…
Reference in a new issue