default_server

This commit is contained in:
Marc Beninca 2019-08-06 21:25:35 +02:00
parent e5d4c8372c
commit 65b5628d74

View file

@ -338,6 +338,15 @@ Sites
:: ::
server {
include https.conf;
include rwx.work.conf;
server_name *.rwx.work;
location / {
proxy_pass http://10.0.0.1/;
}
}
server { server {
include https.conf; include https.conf;
include rwx.work.conf; include rwx.work.conf;
@ -360,15 +369,6 @@ Sites
root /d/projects/todo; root /d/projects/todo;
} }
server {
include https.conf;
include rwx.work.conf;
server_name .rwx.work;
location / {
proxy_pass http://10.0.0.1/;
}
}
Certificate Certificate
^^^^^^^^^^^ ^^^^^^^^^^^