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