diff options
| -rw-r--r-- | lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf index 65ece20..c103439 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -15,7 +15,7 @@ $HTTP["url"] =~ "^/(.+?)\.git/(info/refs|git-upload-pack)$" { $HTTP["request-method"] !~ "^(GET|POST)$" { url.access-deny = ( "" ) } - proxy.server = ( "" => ( ( "host" => "localhost", "port" => 3000 ) ) ) + proxy.server = ( "" => ( ( "host" => "gitea", "port" => 3000 ) ) ) } # rewrite all requests to cgit.cgi except for static files |
