Skip to content

Commit

Permalink
Disabled using new admin process for serving /admin.
Browse files Browse the repository at this point in the history
In the process of making /admin a separate process, the half-backed
new admin console is being served at /admin. Because of that
/admin/loans and other admin pages were not available. Disabling that
until it is ready.
  • Loading branch information
anandology committed Feb 25, 2011
1 parent 92fc9b0 commit b2f4040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/lighttpd/lighttpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ expire.url = (

$HTTP["url"] !~ "/(static|images|index)/.*|robots.txt|favicon.ico" {
proxy.server = (
"/admin" => (
("host" => "127.0.0.1", "port" => 8001),
),
#"/admin" => (
# ("host" => "127.0.0.1", "port" => 8001),
#),
"/" => (
("host" => "127.0.0.1", "port" => 8000),
)
Expand Down

0 comments on commit b2f4040

Please sign in to comment.