diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-01-07 02:56:17 +0900 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-01-07 02:56:17 +0900 |
| commit | 62af97acf1aa92eda881c754ae0cc6876d3a5ede (patch) | |
| tree | 72cc680fd6c6d5da7db06da026c48d335916e23a /lighttpd.conf | |
| parent | bf87e843e959344a060854c2bee60b787011b7e7 (diff) | |
| download | cgit_material_docker-62af97acf1aa92eda881c754ae0cc6876d3a5ede.tar.gz cgit_material_docker-62af97acf1aa92eda881c754ae0cc6876d3a5ede.zip | |
Improve docker 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 94eb5fe..88ad890 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"] !~ "^/static" { | 6 | $HTTP["url"] !~ "^/(?:cgit\.(?:css|js|png)$|favicon\.ico$|robots\.txt$|static)" { |
| 7 | alias.url = ( "" => "/app/www/cgit.cgi" ) | 7 | alias.url = ( "" => "/app/www/cgit.cgi" ) |
| 8 | cgi.assign = ( "" => "" ) | 8 | cgi.assign = ( "" => "" ) |
| 9 | } | 9 | } |
