🧪: dc1
This commit is contained in:
8
roles/nginx/templates/vhosts/kck.test.mateu.be.conf.j2
Normal file
8
roles/nginx/templates/vhosts/kck.test.mateu.be.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8080;
|
||||
}
|
||||
}
|
||||
|
8
roles/nginx/templates/vhosts/vlt.test.mateu.be.conf.j2
Normal file
8
roles/nginx/templates/vhosts/vlt.test.mateu.be.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8200;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user