Skip to content

Commit d1bcde2

Browse files
committed
Added mod_rewrite for httpd
1 parent ce70c67 commit d1bcde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/httpd/conf/vhost.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LoadModule headers_module modules/mod_headers.so
44
LoadModule actions_module modules/mod_actions.so
55
LoadModule proxy_module modules/mod_proxy.so
66
LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
7+
LoadModule rewrite_module modules/mod_rewrite.so
78

89
<FilesMatch \.php$>
910
SetHandler "proxy:fcgi://main:<FPM_PORT>"

0 commit comments

Comments
 (0)