add missing file

This commit is contained in:
KF7EEL 2022-09-25 12:23:35 -07:00
parent 206febcbb3
commit ed00e4446b
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
server {
listen 80 default_server;
server_name _;
location / {
include uwsgi_params;
uwsgi_pass unix:/tmp/hbnet_web_service.sock;
}
}