Skip to content

Commit 9aba22c

Browse files
committed
Merge branch 'develop'
2 parents 522e857 + 052da38 commit 9aba22c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
labels: ${{ steps.meta.outputs.labels }}
3838
build-args: |
3939
CADDY_VERSION=${{ steps.caddy_version.outputs.version }}
40-
cache-from: type=gha
41-
cache-to: type=gha,mode=max
40+
#cache-from: type=gha
41+
#cache-to: type=gha,mode=max
4242
- name: Send Webhook Notification
4343
if: always()
4444
env:

caddy/config/Caddyfile

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
-X-Powered-By
7171
}
7272
php_fastcgi nextcloud:9000 {
73-
header_up X-Forwarded-For "^(.*)$" "$1,127.0.0.1"
7473
env front_controller_active true
7574
env modHeadersAvailable true
7675
}

0 commit comments

Comments
 (0)