You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
449 B
34 lines
449 B
desearch.cc {
|
|
root * /var/www
|
|
encode gzip
|
|
file_server
|
|
}
|
|
|
|
auth.desearch.cc {
|
|
reverse_proxy localhost:9091
|
|
}
|
|
|
|
worklog.desearch.cc {
|
|
reverse_proxy localhost:8055
|
|
}
|
|
|
|
pad.desearch.cc {
|
|
reverse_proxy localhost:3000
|
|
}
|
|
|
|
git.desearch.cc {
|
|
reverse_proxy localhost:7000
|
|
}
|
|
|
|
#cms.desearch.cc {
|
|
# reverse_proxy localhost:1337
|
|
#}
|
|
|
|
cms.desearch.cc {
|
|
reverse_proxy localhost:8088
|
|
}
|
|
|
|
wiki.desearch.cc {
|
|
reverse_proxy localhost:8090
|
|
}
|
|
|