[enh] create blocks for MySQL and PHP command lines which are optionnals.

This commit is contained in:
Moul
2016-06-14 14:09:29 +02:00
parent bdbe0ac79e
commit daaf1005d5
6 changed files with 23 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ location YNH_WWW_PATH {
# Path to source
alias YNH_WWW_ALIAS ;
# Example PHP configuration
# Example PHP configuration (remove if not used)
index index.php;
# Common parameter to increase upload size limit in conjuction with dedicated php-fpm file
@@ -26,6 +26,7 @@ location YNH_WWW_PATH {
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
# PHP configuration end
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;