summaryrefslogtreecommitdiffstats
path: root/net/etesync-server/files/etesync.locations
blob: 23d9c9f1d5bd07e5623ece9c2f54881db08ffc07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
location /etesync/static {
	access_log off;
	error_log /dev/null;
	expires 1y;
	try_files $uri $uri/ =404;
}

location /etesync {
	access_log off;
	error_log /dev/null;
	include uwsgi_params;
	uwsgi_pass unix:///var/run/etesync-server.socket;
}