Serve 'static-origin.perl.org' from kube (used by the pimg configuration)
This commit is contained in:
parent
3bba7b4c1c
commit
c8f3dd8936
@ -5,6 +5,7 @@ VOLUME /git
|
|||||||
VOLUME /web/config
|
VOLUME /web/config
|
||||||
RUN apk update; apk add apache2 apache2-utils apache2-proxy
|
RUN apk update; apk add apache2 apache2-utils apache2-proxy
|
||||||
RUN mkdir /run/apache2; chown apache /run/apache2
|
RUN mkdir /run/apache2; chown apache /run/apache2
|
||||||
|
RUN mv /etc/apache2/conf.d/proxy.conf /etc/apache2/conf.d/proxy.conf.disabled
|
||||||
RUN ln -s /dev/stderr /var/log/apache2/error.log
|
RUN ln -s /dev/stderr /var/log/apache2/error.log
|
||||||
RUN ln -s /dev/stdout /var/log/apache2/access.log
|
RUN ln -s /dev/stdout /var/log/apache2/access.log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user