0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 08:34:48 +02:00

Set Cache-Control header

Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
This commit is contained in:
Sandro Jäckel 2020-04-12 08:53:26 +02:00
parent 1891bfa5e0
commit c197a5d00a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
5 changed files with 5 additions and 5 deletions

View file

@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html
RUN a2enmod rewrite remoteip ;\
RUN a2enmod headers rewrite remoteip ;\
{\
echo RemoteIPHeader X-Real-IP ;\
echo RemoteIPTrustedProxy 10.0.0.0/8 ;\