summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files
diff options
context:
space:
mode:
authorSimon Rettberg2016-01-12 13:51:20 +0100
committerSimon Rettberg2016-01-12 13:51:20 +0100
commit0ee2731838ec0315d3229fe29f224eab8692d57b (patch)
treef8c71e80272bafb9dbaa34f0cdf3645851bee271 /satellit_installer/static_files
parent[SSPS] --ignore-whitespace when applying ipxe patch (diff)
downloadsetup-scripts-0ee2731838ec0315d3229fe29f224eab8692d57b.tar.gz
setup-scripts-0ee2731838ec0315d3229fe29f224eab8692d57b.tar.xz
setup-scripts-0ee2731838ec0315d3229fe29f224eab8692d57b.zip
lighttpd.conf: Ignore Expect header
Diffstat (limited to 'satellit_installer/static_files')
-rw-r--r--satellit_installer/static_files/lighttpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_installer/static_files/lighttpd.conf b/satellit_installer/static_files/lighttpd.conf
index 3a637cd..54ee1ec 100644
--- a/satellit_installer/static_files/lighttpd.conf
+++ b/satellit_installer/static_files/lighttpd.conf
@@ -14,6 +14,7 @@ server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
server.port = 80
+server.reject-expect-100-with-417 = "disable"
index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )