We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 522e857 + 052da38 commit 9aba22cCopy full SHA for 9aba22c
.github/workflows/build.yaml
@@ -37,8 +37,8 @@ jobs:
37
labels: ${{ steps.meta.outputs.labels }}
38
build-args: |
39
CADDY_VERSION=${{ steps.caddy_version.outputs.version }}
40
- cache-from: type=gha
41
- cache-to: type=gha,mode=max
+ #cache-from: type=gha
+ #cache-to: type=gha,mode=max
42
- name: Send Webhook Notification
43
if: always()
44
env:
caddy/config/Caddyfile
@@ -70,7 +70,6 @@
70
-X-Powered-By
71
}
72
php_fastcgi nextcloud:9000 {
73
- header_up X-Forwarded-For "^(.*)$" "$1,127.0.0.1"
74
env front_controller_active true
75
env modHeadersAvailable true
76
0 commit comments