mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Correct MIME types in lighttpd, bump par2 to version v0.7.3
This commit is contained in:
parent
8dd18f1fc8
commit
46f26df9b5
@ -5,7 +5,7 @@ MAINTAINER Adrien Ferrand <ferrand.ad@gmail.com>
|
||||
ENV BACKUPPC_VERSION 4.1.3
|
||||
ENV BACKUPPC_XS_VERSION 0.56
|
||||
ENV RSYNC_BPC_VERSION 3.0.9.8
|
||||
ENV PAR2_VERSION v0.7.2
|
||||
ENV PAR2_VERSION v0.7.3
|
||||
|
||||
RUN apk --no-cache add \
|
||||
# Install backuppc build dependencies
|
||||
|
@ -5,7 +5,7 @@ server.document-root = "/srv/http"
|
||||
server.errorlog = "/var/log/lighttpd/error.log"
|
||||
dir-listing.activate = "enable"
|
||||
index-file.names = ( "index.html", "index.php", "index.cgi" )
|
||||
mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", "" => "application/octet-stream" )
|
||||
mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", ".gif" => "image/gif", ".css" => "text/css", ".js" => "text/javascript", "" => "application/octet-stream" )
|
||||
|
||||
server.modules = ( "mod_alias", "mod_cgi", "mod_auth", "mod_access", "mod_rewrite", "mod_redirect" )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user