diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-23 20:35:25 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-23 20:35:25 -0400 |
commit | 28eb5db812e6a94e2ec479d0ff1a4afe8a8706ee (patch) | |
tree | f5c8b9aa1290362545dffc9fe7e91175194a8023 | |
parent | b7e5ba478b02b41afb378bf0298c6f935b7df1f2 (diff) | |
download | pfsense-packages-28eb5db812e6a94e2ec479d0ff1a4afe8a8706ee.tar.gz pfsense-packages-28eb5db812e6a94e2ec479d0ff1a4afe8a8706ee.tar.bz2 pfsense-packages-28eb5db812e6a94e2ec479d0ff1a4afe8a8706ee.zip |
Oops, create apache style comment correctly
-rw-r--r-- | config/apache_mod_security/apache_mod_security.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/apache_mod_security/apache_mod_security.inc b/config/apache_mod_security/apache_mod_security.inc index 0a323701..d8c5c618 100644 --- a/config/apache_mod_security/apache_mod_security.inc +++ b/config/apache_mod_security/apache_mod_security.inc @@ -140,7 +140,7 @@ function generate_apache_configuration() { $mod_proxy .= <<<EOF -// Off when using ProxyPass +# Off when using ProxyPass ProxyRequests off <Proxy *> |