X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/e7482df3346f6976f62e3f7e07afbcf419f7411a..291eacbf162d2823f4667cbb3f9330528c4acf99:/configDefault/apache.csg diff --git a/configDefault/apache.csg b/configDefault/apache.csg index e4c9e70..5fbbe61 100644 --- a/configDefault/apache.csg +++ b/configDefault/apache.csg @@ -17,6 +17,9 @@ signature APACHE_CONFIG = sig val webNodes_default : string list val proxyTargets : string list + (* Specifically exempted URIs for proxying *) + val proxyHosts : string list + (* Hosts users' may run mod_proxied servers *) val public_html : string @@ -26,4 +29,6 @@ signature APACHE_CONFIG = sig val defaultPhpVersion : int + val waklogUserFile : string + end