dc1_test #10

Merged
clement.veret merged 3 commits from dc1_test into main 2025-07-16 23:03:22 +02:00
3 changed files with 20 additions and 0 deletions
Showing only changes of commit a3eb6d7e24 - Show all commits

View File

@@ -0,0 +1,4 @@
---
web_hostname:
- host: kck.test.mateu.be
- host: vlt.test.mateu.be

View File

@@ -0,0 +1,8 @@
server {
{% include './templates/header.conf.j2' %}
location / {
proxy_pass http://localhost:8080;
}
}

View File

@@ -0,0 +1,8 @@
server {
{% include './templates/header.conf.j2' %}
location / {
proxy_pass http://localhost:8200;
}
}