mirror of https://github.com/kf7eel/hbnet.git
add missing file
This commit is contained in:
parent
206febcbb3
commit
ed00e4446b
|
|
@ -0,0 +1,9 @@
|
||||||
|
server {
|
||||||
|
listen 80 default_server;
|
||||||
|
|
||||||
|
server_name _;
|
||||||
|
location / {
|
||||||
|
include uwsgi_params;
|
||||||
|
uwsgi_pass unix:/tmp/hbnet_web_service.sock;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue