Skip to content

Commit

Permalink
fixup! Add HTML proxy module
Browse files Browse the repository at this point in the history
It should be the HTTP module!
  • Loading branch information
arnested committed May 16, 2024
1 parent a4161ae commit bf17505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
RUN \
a2enmod rewrite && \
a2enmod proxy_fcgi && \
a2enmod proxy_html && \
a2enmod proxy_http && \
a2enmod remoteip && \
a2enmod expires && \
a2enmod ssl && \
Expand Down

0 comments on commit bf17505

Please sign in to comment.