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

Commit a4161ae

Browse files
committed
Add HTML proxy module
1 parent 182071e commit a4161ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN \
1414
RUN \
1515
a2enmod rewrite && \
1616
a2enmod proxy_fcgi && \
17+
a2enmod proxy_html && \
1718
a2enmod remoteip && \
1819
a2enmod expires && \
1920
a2enmod ssl && \

0 commit comments

Comments
 (0)