mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Runs update.sh
This commit is contained in:
parent
04e4138db5
commit
f9ae675c1a
1 changed files with 3 additions and 3 deletions
|
@ -125,9 +125,9 @@ VOLUME /var/www/html
|
||||||
RUN a2enmod headers rewrite remoteip ;\
|
RUN a2enmod headers rewrite remoteip ;\
|
||||||
{\
|
{\
|
||||||
echo RemoteIPHeader X-Real-IP ;\
|
echo RemoteIPHeader X-Real-IP ;\
|
||||||
echo RemoteIPTrustedProxy 10.0.0.0/8 ;\
|
echo RemoteIPInternalProxy 10.0.0.0/8 ;\
|
||||||
echo RemoteIPTrustedProxy 172.16.0.0/12 ;\
|
echo RemoteIPInternalProxy 172.16.0.0/12 ;\
|
||||||
echo RemoteIPTrustedProxy 192.168.0.0/16 ;\
|
echo RemoteIPInternalProxy 192.168.0.0/16 ;\
|
||||||
} > /etc/apache2/conf-available/remoteip.conf;\
|
} > /etc/apache2/conf-available/remoteip.conf;\
|
||||||
a2enconf remoteip
|
a2enconf remoteip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue