diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-01-07 04:09:27 +0900 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-01-07 04:09:27 +0900 |
| commit | da07215a89afe057e1f1642a2e45cc86e1fd59c3 (patch) | |
| tree | e965fa891da43b7527b6fd84ebc6dfb85633ceec /lighttpd.conf | |
| parent | 5b5d5a2925be5b941c210b4daed8f1dc0fa0a52d (diff) | |
| download | cgit_material_docker-da07215a89afe057e1f1642a2e45cc86e1fd59c3.tar.gz cgit_material_docker-da07215a89afe057e1f1642a2e45cc86e1fd59c3.zip | |
Improve image structure
Diffstat (limited to 'lighttpd.conf')
| -rw-r--r-- | lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf index 88ad890..aa2ada8 100644 --- a/lighttpd.conf +++ b/lighttpd.conf | |||
| @@ -3,7 +3,7 @@ server.modules += ( "mod_cgi", "mod_alias", "mod_rewrite" ) | |||
| 3 | server.port = 80 | 3 | server.port = 80 |
| 4 | server.document-root = "/app/www" | 4 | server.document-root = "/app/www" |
| 5 | 5 | ||
| 6 | $HTTP["url"] !~ "^/(?:cgit\.(?:css|js|png)$|favicon\.ico$|robots\.txt$|static)" { | 6 | $HTTP["url"] !~ "^/(?:cgit\.(?:css|js|png)$|favicon\.ico$|robots\.txt$|css|static)" { |
| 7 | alias.url = ( "" => "/app/www/cgit.cgi" ) | 7 | alias.url = ( "" => "/app/www/cgit.cgi" ) |
| 8 | cgi.assign = ( "" => "" ) | 8 | cgi.assign = ( "" => "" ) |
| 9 | } | 9 | } |
