This commit is contained in:
root
2017-04-19 15:58:36 +02:00
parent 1ed9279a66
commit 98a365fb78

View File

@@ -0,0 +1,9 @@
# -*-nginx-*-
server {
listen 8080;
server_name default;
location / {
include uwsgi_params;
uwsgi_pass unix:/srv/run/management.sock;
}
}