Initial Commit
This commit is contained in:
19
database/apache/conf/extra/httpd-proxy.conf
Normal file
19
database/apache/conf/extra/httpd-proxy.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# Implements a proxy/gateway for Apache.
|
||||
# # Required modules: mod_proxy, mod_proxy_http
|
||||
#
|
||||
|
||||
<IfModule proxy_module>
|
||||
<IfModule proxy_http_module>
|
||||
|
||||
#
|
||||
# Reverse Proxy
|
||||
#
|
||||
ProxyRequests Off
|
||||
|
||||
<Proxy *>
|
||||
Require all granted
|
||||
</Proxy>
|
||||
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user