14 lines
295 B
Bash
14 lines
295 B
Bash
# Copyright 2026 Shin'ya Minazuki
|
|
# vim: ft=sh
|
|
|
|
# Drop privileges to this user instead of nginx:nginx
|
|
# This is used by the -U and -u switches
|
|
# slowcgi_user="nginx"
|
|
|
|
# Options to pass to the slowcgi(8) daemon
|
|
# This overrides the default options set in /etc/init.d/slowcgi
|
|
# slowcgi_args=""
|
|
|
|
|
|
|