source: trunk/lvs/debian/config/etc/lighttpd/scripts-maint.lua @ 1554

Last change on this file since 1554 was 1021, checked in by quentin, 15 years ago
Lighttpd-based sorry server
File size: 259 bytes
Line 
1-- lighty.header["X-Maintenance-Mode"] = "1"
2-- uncomment the above if you want to add the header
3lighty.content = { { filename = "/etc/lighttpd/scripts-maint/index.html" } }
4lighty.header["Content-Type"] = "text/html"
5return 503
6-- or return 200 if you want
Note: See TracBrowser for help on using the repository browser.