caddy setup
This commit is contained in:
16
caddy/Caddyfile
Normal file
16
caddy/Caddyfile
Normal file
@@ -0,0 +1,16 @@
|
||||
nextcloud.t-gstone.de {
|
||||
reverse_proxy nextcloud:80
|
||||
|
||||
header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||
|
||||
redir /.well-known/carddav /remote.php/dav/ 301
|
||||
redir /.well-known/caldav /remote.php/dav/ 301
|
||||
|
||||
request_body {
|
||||
max_size 10G
|
||||
}
|
||||
}
|
||||
|
||||
git.t-gstone.de {
|
||||
reverse_proxy gitea:3000
|
||||
}
|
||||
Reference in New Issue
Block a user