webapps refactoring
This commit is contained in:
15
apps/web/rompr/etc_lighthttpd/rompr.conf
Normal file
15
apps/web/rompr/etc_lighthttpd/rompr.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
# Expire header for RompR albumart
|
||||
expire.url = ( "/albumart/" => "modification plus 1 seconds" )
|
||||
# This sets the 404 page globally for the server which is OK if you're only
|
||||
# running RompR but will affect other sites on your system.
|
||||
# If you have other sites on this system then you should maybe look at virtual hosts.
|
||||
# If you don't use the custom 404 page for RompR your album art manager will
|
||||
# not work correctly.
|
||||
server.error-handler-404 = "404.php"
|
||||
|
||||
index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )
|
||||
url.access-deny = ( "~", ".inc" )
|
||||
#static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
|
||||
|
||||
compress.cache-dir = "/var/cache/lighttpd/compress/"
|
||||
compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
|
||||
Reference in New Issue
Block a user