12 lines
649 B
Plaintext
12 lines
649 B
Plaintext
|
server.modules = ( "mod_cgi" )
|
||
|
|
||
|
dir-listing.encoding = "UTF-8"
|
||
|
|
||
|
dir-listing.activate = "enable"
|
||
|
mimetype.assign = ( ".txt" => "text/plain", ".ico" => "image/x-icon", ".html" => "text/html; charset=UTF-8", ".css" => "text/css", ".js" => "script/javascript", ".webm" => "video/webm", ".mp4" => "video/mp4", ".mkv" => "video/mkv", ".conf" => "text/plain", ".png" => "image/png", ".jpg" => "image/jpg", ".pdf" => "application/pdf", ".ogg" => "audio/ogg", ".py" => "text/x-python", "" => "text/plain" )
|
||
|
server.bind = "10.1.1.1"
|
||
|
server.port = 25531
|
||
|
server.document-root = "/home/shared-space-1/presentation/code/www/"
|
||
|
|
||
|
cgi.assign = (".sh" => "/bin/bash")
|