forked from unbit/uwsgi.it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshortcuts.ini
8 lines (8 loc) · 1.02 KB
/
shortcuts.ini
1
2
3
4
5
6
7
8
[uwsgi]
plugins = netlink
chmod-socket = 666
subscription-notify-socket = $(HOME)/run/notify.socket
declare-option2 = domain=socket=/run/$1_%J.socket;subscribe2=server=/run/subscribe/http,key=$1,addr=$(HOME)/run/$1_%J.socket,sign=SHA1:$(HOME)/etc/uwsgi.key
declare-option2 = cluster-domain=socket=/run/$1_%J.socket;subscribe2=server=/run/subscribe/fastrouter,key=$1,addr=$(HOME)/run/$1_%J.socket,sign=SHA1:$(HOME)/etc/uwsgi.key;subscribe2=server=/run/subscribe/http,key=$1,addr=$(HOME)/run/$1_%J.socket,sign=SHA1:$(HOME)/etc/uwsgi.key
declare-option2 = ssl-domain=socket=/run/$1_%J.socket;subscribe2=server=/run/subscribe/http,key=$1,addr=$(HOME)/run/$1_%J.socket,sign=SHA1:$(HOME)/etc/uwsgi.key,sni_key=$2,sni_crt=$3
declare-option2 = ssl-cluster-domain=socket=/run/$1_%J.socket;subscribe2=server=/run/subscribe/fastrouter,key=$1,addr=$(HOME)/run/$1_%J.socket,sign=SHA1:$(HOME)/etc/uwsgi.key,sni_key=$2,sni_crt=$2;subscribe2=server=/run/subscribe/http,key=$1,addr=$(HOME)/run/$1_%J.socket,sign=SHA1:$(HOME)/etc/uwsgi.key,sni_key=$2,sni_crt=$3