git
This commit is contained in:
parent
4900948e4a
commit
4b4a242d5b
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
Server
|
To dispatch
|
||||||
======
|
===========
|
||||||
|
|
||||||
Hardware
|
Hardware
|
||||||
--------
|
--------
|
||||||
|
@ -553,6 +553,13 @@ Sites
|
||||||
fancyindex on;
|
fancyindex on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
include rwx.work.conf;
|
||||||
|
server_name git.rwx.work;
|
||||||
|
root /d/projects/rwx.work;
|
||||||
|
fancyindex on;
|
||||||
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
include rwx.work.conf;
|
include rwx.work.conf;
|
||||||
server_name docs.rwx.work;
|
server_name docs.rwx.work;
|
||||||
|
|
Loading…
Reference in a new issue