Update OpenBSD config example.

This commit is contained in:
Sam Greytalon 2023-10-27 10:32:53 -07:00
parent d88cb236c7
commit dfc2c7ea2e
3 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,2 @@
dexter_socket_path="/var/www/run/dexter.sock"
dexter_script_path="/var/www/cgi-bin/dexter/dexter.pl"
dexter_tmpdir="/tmp/dexter"
dexter_script_path="/var/www/cgi-bin/dexter/app/dexter.pl"

View File

@ -1,7 +1,7 @@
server "<INSERT_DOMAIN_HERE>" {
listen on egress tls port 443
connection max request body 1000000
connection max request body 1000000000
fastcgi socket "/run/dexter.sock"

View File

@ -2,11 +2,9 @@
daemon="plackup"
daemon_user="www"
dexter_script_path="/var/www/cgi-bin/dexter/dexter.pl"
dexter_script_path="/var/www/cgi-bin/dexter/app/dexter.pl"
dexter_socket_path="/var/www/run/dexter.sock"
dexter_psgi_mode="production"
dexter_tmpdir="/tmp/dexter"
TMPDIR="$dexter_tmpdir"; export TMPDIR
. /etc/rc.d/rc.subr