Update httpd config.
This commit is contained in:
parent
d84640a315
commit
b2ac4a5d10
3 changed files with 39 additions and 10 deletions
|
|
@ -42,7 +42,7 @@ LoadModule authz_user_module /usr/libexec/httpd/mod_authz_user.so
|
|||
#LoadModule autoindex_module /usr/libexec/httpd/mod_autoindex.so
|
||||
|
||||
# Custom headers.
|
||||
#LoadModule headers_module /usr/libexec/httpd/mod_headers.so
|
||||
LoadModule headers_module /usr/libexec/httpd/mod_headers.so
|
||||
|
||||
# Expires headers.
|
||||
#LoadModule expires_module /usr/libexec/httpd/mod_expires.so
|
||||
|
|
@ -55,6 +55,7 @@ LoadModule authz_user_module /usr/libexec/httpd/mod_authz_user.so
|
|||
LoadModule proxy_module /usr/libexec/httpd/mod_proxy.so
|
||||
</IfModule>
|
||||
LoadModule proxy_http_module /usr/libexec/httpd/mod_proxy_http.so
|
||||
LoadModule proxy_uwsgi_module /usr/libexec/httpd/mod_proxy_uwsgi.so
|
||||
|
||||
# Server status.
|
||||
# LoadModule status_module /usr/libexec/httpd/mod_status.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue