Allow for easy persistent configuration of apache #135
Labels
enhancement
New feature or request
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Problem this feature will solve
Any changes made to the default apache config:
/etc/apache2/apache2.conf
does not persist.Background
Proposed Solution
Implment the same system in place for persistent configuration of
nginx
. See the Constraints and Assumptions sectionConstraints and Assumptions
From
.gitpod.Dockerfile
COPY --chown=gitpod:gitpod .gp/conf/apache/apache2.conf /etc/apache2/apache2.conf
Alternatives or Workarounds
none really
Additional context
The user needs to break docker cache when updating apache config via
.gp/conf/apache/apache2.conf
The text was updated successfully, but these errors were encountered: