apkbuilds @ 30c9446248cbf80e8e41c75d852ae0e39cbd71e0

1server {
2    server_name  jnfilter.lan;
3    access_log  /var/log/nginx/jnfilter.log  main;
4
5    location / {
6        proxy_pass         http://localhost:32000;
7    }
8}