1
0
mirror of synced 2024-12-03 01:57:18 +01:00
bemaniutils/examples/nginx/services.nginx

10 lines
162 B
Plaintext
Raw Normal View History

server {
listen 573;
server_tokens off;
location / {
include uwsgi_params;
uwsgi_pass unix:/path/to/your/root/services.sock;
}
}