diff --git a/cfg/vhost-gen/apache22.yml-example-rproxy b/cfg/vhost-gen/apache22.yml-example-rproxy index befed4f8..f2d4f018 100644 --- a/cfg/vhost-gen/apache22.yml-example-rproxy +++ b/cfg/vhost-gen/apache22.yml-example-rproxy @@ -1,13 +1,12 @@ --- -# Apache 2.2 vHost Template defintion for vhost-gen.py +# Apache 2.2 Reverse Proxy Template defintion for vhost-gen.py # # The 'feature' section contains optional features that can be enabled via # conf.yml and will then be replaced into the main vhost ('structure' section) # into their corresponding position: # # __XDOMAIN_REQ__ -# __PHP_FPM__ # __ALIASES__ # __DENIES__ # __STATUS__ @@ -16,9 +15,6 @@ # and will then be replaced in their corresponding feature section # before being replaced into the vhost section (if enabled): # -# PHP-FPM: -# __PHP_ADDR__ -# __PHP_PORT__ # XDomain: # __REGEX__ # Alias: @@ -36,8 +32,6 @@ # __INDEX__ # __ACCESS_LOG__ # __ERROR_LOG__ -# __PHP_ADDR__ -# __PHP_PORT__ # diff --git a/cfg/vhost-gen/apache24.yml-example-rproxy b/cfg/vhost-gen/apache24.yml-example-rproxy index 75432a42..c5170b0a 100644 --- a/cfg/vhost-gen/apache24.yml-example-rproxy +++ b/cfg/vhost-gen/apache24.yml-example-rproxy @@ -1,13 +1,12 @@ --- -# Apache 2.4 vHost Template defintion for vhost-gen.py +# Apache 2.4 Reverse Proxy Template defintion for vhost-gen.py # # The 'feature' section contains optional features that can be enabled via # conf.yml and will then be replaced into the main vhost ('structure' section) # into their corresponding position: # # __XDOMAIN_REQ__ -# __PHP_FPM__ # __ALIASES__ # __DENIES__ # __STATUS__ @@ -16,9 +15,6 @@ # and will then be replaced in their corresponding feature section # before being replaced into the vhost section (if enabled): # -# PHP-FPM: -# __PHP_ADDR__ -# __PHP_PORT__ # XDomain: # __REGEX__ # Alias: @@ -36,8 +32,6 @@ # __INDEX__ # __ACCESS_LOG__ # __ERROR_LOG__ -# __PHP_ADDR__ -# __PHP_PORT__ # diff --git a/cfg/vhost-gen/nginx.yml-example-rproxy b/cfg/vhost-gen/nginx.yml-example-rproxy index 2c3f685b..26729ab4 100644 --- a/cfg/vhost-gen/nginx.yml-example-rproxy +++ b/cfg/vhost-gen/nginx.yml-example-rproxy @@ -1,13 +1,12 @@ --- -# Nginx vHost Template defintion for vhost-gen.py +# Nginx Reverse Proxy Template defintion for vhost-gen.py # # The 'feature' section contains optional features that can be enabled via # conf.yml and will then be replaced into the main vhost ('structure' section) # into their corresponding position: # # __XDOMAIN_REQ__ -# __PHP_FPM__ # __ALIASES__ # __DENIES__ # __STATUS__ @@ -16,9 +15,6 @@ # and will then be replaced in their corresponding feature section # before being replaced into the vhost section (if enabled): # -# PHP-FPM: -# __PHP_ADDR__ -# __PHP_PORT__ # XDomain: # __REGEX__ # Alias: @@ -36,8 +32,6 @@ # __INDEX__ # __ACCESS_LOG__ # __ERROR_LOG__ -# __PHP_ADDR__ -# __PHP_PORT__ #