feat: add Strict-Transport-Security header in Caddyfile and update MariaDB version in Nextcloud docker-compose
This commit is contained in:
parent
0d5b61b2f0
commit
e5eacba0e7
@ -23,6 +23,9 @@ cloud.vleeuwen.me cloud.mvl.sh {
|
|||||||
redir /.well-known/caldav /remote.php/dav/ 301
|
redir /.well-known/caldav /remote.php/dav/ 301
|
||||||
|
|
||||||
reverse_proxy nextcloud:80
|
reverse_proxy nextcloud:80
|
||||||
|
header {
|
||||||
|
Strict-Transport-Security "max-age=15552000; includeSubDomains"
|
||||||
|
}
|
||||||
tls {{ caddy_email }}
|
tls {{ caddy_email }}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.5
|
image: mariadb:11.4
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user