1
0
mirror of synced 2025-01-19 06:27:23 +01:00

10 lines
158 B
Plaintext
Raw Normal View History

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