summarylogtreecommitdiffstats
path: root/bozohttpd.service
diff options
context:
space:
mode:
authormrxx2018-11-26 20:41:20 +0100
committermrxx2018-11-26 20:41:20 +0100
commit1b1fbbc97b937bdd0548bcb93dc81dfac3d6a1ad (patch)
tree66ec46073759d153ec415bf04d900514165d89af /bozohttpd.service
parent4529527fb7b356cd4e8c28a0ae3262c834a09c63 (diff)
downloadaur-1b1fbbc97b937bdd0548bcb93dc81dfac3d6a1ad.tar.gz
Update to 20181125; add SSL service
Diffstat (limited to 'bozohttpd.service')
-rw-r--r--bozohttpd.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/bozohttpd.service b/bozohttpd.service
index 5d3203889e2b..316d950d2853 100644
--- a/bozohttpd.service
+++ b/bozohttpd.service
@@ -11,16 +11,16 @@ StandardOutput=null
ExecStart=/usr/bin/bozohttpd -b -f -s -U nobody -P /run/bozohttpd.pid /srv/http
#
# Enable directory indexing:
-#ExecStart=/usr/bin/bozohttpd -b -f -s -U nobody -P /run/bozohttpd.pid -X /srv/http
+#ExecStart=/usr/bin/bozohttpd -b -f -s -X -U nobody -P /run/bozohttpd.pid /srv/http
#
# Enable CGI:
-#ExecStart=/usr/bin/bozohttpd -b -f -s -U nobody -P /run/bozohttpd.pid -c /usr/lib/cgi-bin /srv/http
+#ExecStart=/usr/bin/bozohttpd -b -f -s -c /usr/lib/cgi-bin -U nobody -P /run/bozohttpd.pid /srv/http
#
# Enable PHP and set default to index.php (instead of index.html):
-#ExecStart=/usr/bin/bozohttpd -b -f -s -U nobody -P /run/bozohttpd.pid -x index.php -C .php /usr/bin/php-cgi /srv/http
+#ExecStart=/usr/bin/bozohttpd -b -f -s -C .php /usr/bin/php-cgi -x index.php -U nobody -P /run/bozohttpd.pid /srv/http
#
# Enable Lua scripting:
-#ExecStart=/usr/bin/bozohttpd -L rest /usr/lib/cgi-bin/printenv.lua -b -f -s -U nobody -P /run/bozohttpd.pid /srv/http
+#ExecStart=/usr/bin/bozohttpd -b -f -s -L rest /usr/lib/cgi-bin/printenv.lua -U nobody -P /run/bozohttpd.pid /srv/http
[Install]
WantedBy=multi-user.target