default_server
This commit is contained in:
parent
e5d4c8372c
commit
65b5628d74
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue