mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
Reorganized caddy config files
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
- "8443:443"
|
- "8443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
- ./caddy/${COMPOSE_PROFILES}:/etc/caddy
|
- ./env/${COMPOSE_PROFILES}/caddy:/etc/caddy
|
||||||
- static_files:/var/www/static:ro
|
- static_files:/var/www/static:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ localhost {
|
|||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
|
handle_path /oauth* {
|
||||||
|
}
|
||||||
|
|
||||||
reverse_proxy invenio-rdm:5000 {
|
reverse_proxy invenio-rdm:5000 {
|
||||||
header_down Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
header_down Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
||||||
header_down Pragma "no-cache"
|
header_down Pragma "no-cache"
|
||||||
Reference in New Issue
Block a user