Skip to content

Commit

Permalink
Remove apache config from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 11, 2024
1 parent 217effd commit 209b8b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ RUN true \
/tmp/* \
/var/tmp/*

# Apache configuration
COPY conf.d/apache.conf /etc/apache2/sites-enabled/000-default.conf

# Postgres config overrides to improve import performance (but reduce crash recovery safety)
COPY conf.d/postgres-import.conf /etc/postgresql/16/main/conf.d/postgres-import.conf.disabled
COPY conf.d/postgres-tuning.conf /etc/postgresql/16/main/conf.d/
Expand Down

0 comments on commit 209b8b0

Please sign in to comment.