Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit bf17505

Browse files
committed
fixup! Add HTML proxy module
It should be the HTTP module!
1 parent a4161ae commit bf17505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN \
1414
RUN \
1515
a2enmod rewrite && \
1616
a2enmod proxy_fcgi && \
17-
a2enmod proxy_html && \
17+
a2enmod proxy_http && \
1818
a2enmod remoteip && \
1919
a2enmod expires && \
2020
a2enmod ssl && \

0 commit comments

Comments
 (0)