mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 03:24:48 +08:00
16 lines
365 B
Text
16 lines
365 B
Text
|
server.document-root = "/var/www/domaincheck/"
|
||
|
|
||
|
server.port = 443
|
||
|
|
||
|
server.username = "www-data"
|
||
|
server.groupname = "www-data"
|
||
|
|
||
|
mimetype.assign = (
|
||
|
".html" => "text/html",
|
||
|
".txt" => "text/plain",
|
||
|
".jpg" => "image/jpeg",
|
||
|
".png" => "image/png"
|
||
|
)
|
||
|
|
||
|
static-file.exclude-extensions = ( ".fcgi", ".php", ".rb", "~", ".inc" )
|
||
|
index-file.names = ( "index.html" )
|