0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-28 05:40:55 +02:00

Set Cache-Control header (#1073)

Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
This commit is contained in:
Sandro 2020-04-16 12:36:40 +02:00 committed by GitHub
parent 1891bfa5e0
commit 815298f5de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ;\