mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-14 11:04:28 +08:00
cd6e0ed9d4
Signed-off-by: szaimen <szaimen@e.mail.de>
20 lines
472 B
Text
20 lines
472 B
Text
server.document-root = "/var/www/domaincheck/"
|
|
|
|
server.port = env.APACHE_PORT
|
|
|
|
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" )
|
|
|
|
$SERVER["socket"] == "ipv6-placeholder" {
|
|
server.document-root = "/var/www/domaincheck/"
|
|
}
|