Add aoc.typename.fr to the list of domains.

This commit is contained in:
Mikaël Capelle 2024-12-24 18:32:40 +00:00
parent 73deaedfba
commit 87971f0ca6
4 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,3 @@
version: "2"
services:
nginx:
image: nginx
@ -30,4 +28,3 @@ networks:
default:
name: nginxproxy
external: true

View File

@ -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
View 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;

View File

@ -0,0 +1 @@
aoc:$apr1$HWdCMZdT$yR9qzGU1tduny4sXtItFM/