Skip to content

Commit 0e97804

Browse files
committed
Fix unsuported filter in Apache 2.2
1 parent b4b0474 commit 0e97804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/data/vhost-gen/templates-main/apache22.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ vhost_type:
102102
# end of CHANGED:
103103
<location __LOCATION__>
104104
ProxyPassReverse /
105-
SetOutputFilter proxy-html
106105
# CHANGED:
106+
#SetOutputFilter proxy-html
107107
#ProxyHTMLURLMap / __LOCATION__
108108
#ProxyHTMLURLMap __LOCATION__ __LOCATION__
109109
# end of CHANGED:

0 commit comments

Comments
 (0)