lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
405 B
16 lines
405 B
# please note: lighttpd.conf must contain directive: |
|
# server.systemd-socket-activation = "enable" |
|
|
|
[Unit] |
|
Description=lighttpd socket |
|
|
|
[Socket] |
|
# Enable listening on http port |
|
ListenStream=80 |
|
# To enable listening on https port, lighttpd config needs SSL setup |
|
# https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL |
|
#ListenStream=443 |
|
Service=lighttpd.service |
|
|
|
[Install] |
|
WantedBy=sockets.target
|
|
|