Broke gitweb oops

db4
Slava Pestov 2008-09-29 23:08:37 -05:00
parent 9b05fe0032
commit 2b10a154ce
1 changed files with 4 additions and 5 deletions
extra/websites/concatenative

View File

@ -90,12 +90,11 @@ SYMBOL: dh-file
: init-production ( -- )
common-configuration
<vhost-dispatcher>
<factor-website> <login-config> <factor-boilerplate> "concatenative.org" add-responder
<pastebin> <login-config> <factor-boilerplate> "paste.factorcode.org" add-responder
<planet> <login-config> <factor-boilerplate> "planet.factorcode.org" add-responder
home "docs" append-path <help-webapp> "docs.factorcode.org" add-responder
<factor-website> <login-config> <factor-boilerplate> test-db <alloy> "concatenative.org" add-responder
<pastebin> <login-config> <factor-boilerplate> test-db <alloy> "paste.factorcode.org" add-responder
<planet> <login-config> <factor-boilerplate> test-db <alloy> "planet.factorcode.org" add-responder
home "docs" append-path <help-webapp> test-db <alloy> "docs.factorcode.org" add-responder
home "cgi" append-path <gitweb> "gitweb.factorcode.org" add-responder
test-db <alloy>
main-responder set-global ;
: <factor-secure-config> ( -- config )