Blame view

resources/heliopropa.nginx 182 Bytes
8cfeb607   hitier   More install and ...
1
2
3
4
5
6
7
8
9
10

server {
	listen 80;
	server_name heliopropa heliopropa.co-libri.org;

	location / {
		include proxy_params;
		proxy_pass http://unix:/home/debian/heliopropa/heliopropa.sock;
	}
}