heliopropa.nginx 182 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 server { listen 80; server_name heliopropa heliopropa.co-libri.org; location / { include proxy_params; proxy_pass http://unix:/home/debian/heliopropa/heliopropa.sock; } }