configs: Rework nginx configs
This commit is contained in:
parent
a0a1a717ee
commit
fb53c9a4f1
13 changed files with 54 additions and 286 deletions
|
|
@ -142,6 +142,7 @@ services:
|
|||
- /etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- /etc/nginx/ssl/:/etc/nginx/ssl/:ro
|
||||
- /etc/nginx/fic-auth.conf:/etc/nginx/fic-auth.conf:ro
|
||||
- /etc/nginx/fic-get-team.conf:/etc/nginx/fic-get-team.conf:ro
|
||||
- /www/htdocs-frontend:/srv/htdocs-frontend:ro
|
||||
- /var/lib/fic/files:/srv/FILES:ro
|
||||
- /var/lib/fic/pki:/srv/PKI:ro
|
||||
|
|
@ -255,10 +256,13 @@ files:
|
|||
source: configs/dhcpd.conf
|
||||
mode: "0400"
|
||||
- path: etc/nginx/conf.d/default.conf
|
||||
source: configs/nginx-prod.conf
|
||||
source: configs/nginx/base/prod.conf
|
||||
mode: "0400"
|
||||
- path: etc/nginx/fic-auth.conf
|
||||
source: configs/fic-auth.conf
|
||||
source: configs/nginx/auth/oidc.conf
|
||||
mode: "0400"
|
||||
- path: etc/nginx/fic-get-team.conf
|
||||
source: configs/nginx/get-team/oidc.conf
|
||||
mode: "0400"
|
||||
|
||||
- path: www/htdocs-frontend
|
||||
|
|
|
|||
Reference in a new issue