server/docs,todo
This commit is contained in:
parent
8d9e58eb7c
commit
a4a70e169f
1 changed files with 12 additions and 0 deletions
|
@ -348,6 +348,18 @@ Sites
|
||||||
autoindex on;
|
autoindex on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
include /etc/nginx/https.conf;
|
||||||
|
server_name docs.rwx.work;
|
||||||
|
root /d/projects/docs/out/docs;
|
||||||
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
include /etc/nginx/https.conf;
|
||||||
|
server_name todo.rwx.work;
|
||||||
|
root /d/projects/todo;
|
||||||
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
include /etc/nginx/https.conf;
|
include /etc/nginx/https.conf;
|
||||||
server_name .rwx.work;
|
server_name .rwx.work;
|
||||||
|
|
Loading…
Reference in a new issue