fix client cache so it works in combination with reverse proxy and examples update

This commit is contained in:
bunkerity
2021-04-27 15:31:56 +02:00
parent 813607fbc3
commit 6521d7a27a
28 changed files with 8 additions and 88 deletions

View File

@@ -23,7 +23,6 @@ services:
- PROXY_REAL_IP=yes
- USE_CLIENT_CACHE=yes
- USE_GZIP=yes
- USE_BROTLI=yes
- REMOTE_PHP=myphp1
- REMOTE_PHP_PATH=/app
labels:
@@ -41,7 +40,6 @@ services:
- PROXY_REAL_IP=yes
- USE_CLIENT_CACHE=yes
- USE_GZIP=yes
- USE_BROTLI=yes
- REMOTE_PHP=myphp2
- REMOTE_PHP_PATH=/app
labels: