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:
parent
1891bfa5e0
commit
815298f5de
5 changed files with 5 additions and 5 deletions
|
@ -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 ;\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue