sda
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-27 11:06:06 -05:00
parent 6e083a3014
commit 024ce2eb75

View file

@ -51,15 +51,23 @@
# Nextcloud AIO - Optimized for WebDAV and Folder Uploads
cloud.netgrimoire.com {
# No CrowdSec here for now to prevent 404s on rapid-fire WebDAV requests
request_body {
max_size -1
}
reverse_proxy http://nextcloud-aio-apache:11000 {
header_up Host {host}
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
header_up X-Forwarded-Proto {scheme}
# Hardcoding https is essential for AIO behind a proxy
header_up X-Forwarded-Proto https
# Essential for WebDAV folder operations
header_up Destination {http.request.header.Destination}
transport http {
response_header_timeout 300s
response_header_timeout 600s
dial_timeout 30s
}
}