nginx
This commit is contained in:
9
_ext/nginx_management.conf
Normal file
9
_ext/nginx_management.conf
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# -*-nginx-*-
|
||||||
|
server {
|
||||||
|
listen 8080;
|
||||||
|
server_name default;
|
||||||
|
location / {
|
||||||
|
include uwsgi_params;
|
||||||
|
uwsgi_pass unix:/srv/run/management.sock;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user