Add aoc.typename.fr to the list of domains.
This commit is contained in:
parent
73deaedfba
commit
87971f0ca6
@ -1,5 +1,3 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
@ -30,4 +28,3 @@ networks:
|
||||
default:
|
||||
name: nginxproxy
|
||||
external: true
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
# API
|
||||
api.typename.fr
|
||||
keycloak.typename.fr
|
||||
|
||||
# AOC
|
||||
aoc.typename.fr
|
||||
|
||||
# Cloud
|
||||
cloud.typename.fr
|
||||
|
6
vhost.d/aoc.typename.fr
Normal file
6
vhost.d/aoc.typename.fr
Normal file
@ -0,0 +1,6 @@
|
||||
auth_basic "AOC Area";
|
||||
auth_basic_user_file /etc/nginx/vhost.d/aoc_auth.htpasswd;
|
||||
|
||||
proxy_read_timeout 300;
|
||||
proxy_connect_timeout 300;
|
||||
proxy_send_timeout 300;
|
1
vhost.d/aoc_auth.htpasswd
Normal file
1
vhost.d/aoc_auth.htpasswd
Normal file
@ -0,0 +1 @@
|
||||
aoc:$apr1$HWdCMZdT$yR9qzGU1tduny4sXtItFM/
|
Loading…
Reference in New Issue
Block a user