Update vhost-gen templates

This commit is contained in:
cytopia 2019-01-06 13:02:38 +01:00
parent 9fb398a5ee
commit eb53315861
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
4 changed files with 6 additions and 4 deletions

View File

@ -40,7 +40,8 @@
###
vhost: |
<VirtualHost __DEFAULT_VHOST__:__PORT__>
ServerName __VHOST_NAME__
ServerName __VHOST_NAME__
Protocols __HTTP_PROTO__
CustomLog "__ACCESS_LOG__" combined
ErrorLog "__ERROR_LOG__"

View File

@ -46,7 +46,8 @@
###
vhost: |
<VirtualHost __DEFAULT_VHOST__:__PORT__>
ServerName __VHOST_NAME__
ServerName __VHOST_NAME__
Protocols __HTTP_PROTO__
CustomLog "__ACCESS_LOG__" combined
ErrorLog "__ERROR_LOG__"

View File

@ -40,7 +40,7 @@
###
vhost: |
server {
listen __PORT____DEFAULT_VHOST__;
listen __PORT____HTTP_PROTO____DEFAULT_VHOST__;
server_name __VHOST_NAME__;
access_log "__ACCESS_LOG__" combined;

View File

@ -46,7 +46,7 @@
###
vhost: |
server {
listen __PORT____DEFAULT_VHOST__;
listen __PORT____HTTP_PROTO____DEFAULT_VHOST__;
server_name __VHOST_NAME__;
access_log "__ACCESS_LOG__" combined;