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 ecc57ee commit 614426b
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 @@ -855,7 +855,7 @@ def get_vhost_ssl(
"__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),
"__ALIASES__": str_indent(vhost_get_aliases(config, tpl), 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),
"__CUSTOM__": str_indent(vhost_get_custom_section(config, tpl, verbose), 4),
Expand Down

0 comments on commit 614426b

Please sign in to comment.