Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
palmertab committed Dec 19, 2023
1 parent aea358b commit f8af1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ RUN updmap-sys --force --enable Map=bera.map
RUN /usr/sbin/a2enmod apreq2
RUN /usr/sbin/a2enmod proxy
RUN /usr/sbin/a2enmod proxy_http
RUN /usr/sbin/a2enmod remoteip
RUN /usr/sbin/a2enmod lbmethod_byrequests

COPY ./conf/staging.tabroom.com.conf /etc/apache2/sites-available/tabroom.com.conf
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Docker compose file that will run a local staging instance given the
# appropriate array of apache configurations. I apologize that it's so many
# configs required locally but that's life running a legacy service sometimes.
#

version: '3'
services:
tabroom:
Expand Down

0 comments on commit f8af1aa

Please sign in to comment.