Skip to content

Commit

Permalink
Update bin/vhost-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia authored Dec 6, 2020
1 parent 614426b commit cc8fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vhost-gen
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def get_vhost_ssl(
"__INDEX__": vhost_get_index(config, verbose),
"__ACCESS_LOG__": vhost_get_access_log(config, server_name + "_ssl"),
"__ERROR_LOG__": vhost_get_error_log(config, server_name + "_ssl"),
"__PHP_FPM__": str_indent(vhost_get_php_fpm(config, tpl, docroot, proxy), 4),
"__PHP_FPM__": str_indent(vhost_get_php_fpm(config, tpl, docroot, proxy, verbose), 4),
"__ALIASES__": str_indent(vhost_get_aliases(config, tpl, verbose), 4),
"__DENIES__": str_indent(vhost_get_denies(config, tpl, verbose), 4),
"__SERVER_STATUS__": str_indent(vhost_get_server_status(config, tpl, verbose), 4),
Expand Down

0 comments on commit cc8fecc

Please sign in to comment.