From 64493507905412e36848b9bd97c26f3d7a578ab5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 11 Jan 2023 16:18:51 +0100 Subject: Added fcgi example config --- debian/webserver.example-fcgi.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 debian/webserver.example-fcgi.conf (limited to 'debian/webserver.example-fcgi.conf') diff --git a/debian/webserver.example-fcgi.conf b/debian/webserver.example-fcgi.conf new file mode 100644 index 0000000..8a529e4 --- /dev/null +++ b/debian/webserver.example-fcgi.conf @@ -0,0 +1,34 @@ + + www-data + www-data + 10 + /var/lib/webserver/stats.db + /usr/lib/webserver/plugins + + + localhost + localhost + [::1] + + fcgi + 127.0.0.1:9000 + + + fcgi + /var/lib/webserver/fastcgi/socket + + + fcgi + /var/lib/webserver/fastcgi/executable + + + + + +
::1
+ 8080 + http + localhost +
+
+
-- cgit v1.2.3