X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-mod_proxy.conf;h=2b0181de3d55290b8dfa7b3bf26bebc9624ef163;hp=c4f535c9ef3ad20b6c52fc9cff1fed93c22a95b9;hb=160c6597096811daf9c81504691db73fde329da1;hpb=3e9ecd9be44c09b5a9a74bc154164818c7218e14 diff --git a/apache-mod_proxy.conf b/apache-mod_proxy.conf index c4f535c..2b0181d 100644 --- a/apache-mod_proxy.conf +++ b/apache-mod_proxy.conf @@ -16,6 +16,7 @@ LoadModule proxy_module modules/mod_proxy.so #LoadModule proxy_http_module modules/mod_proxy_http.so #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so #LoadModule proxy_html_module modules/mod_proxy_html.so +#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so # Proxy Server directives. Uncomment the following lines to # enable the proxy server: @@ -34,10 +35,9 @@ ProxyRequests On # enable local fcgi proxy request, e.x for php-fpm # -# Require ip 127.0.0.1 +# Require all granted # - # # Enable/disable the handling of HTTP/1.1 "Via:" headers. # ("Full" adds the server version; "Block" removes all outgoing Via: headers)