From 1b1036f1353d2625bdebe1aacc327210dea401a4 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Wed, 28 Dec 2022 01:49:02 +0100 Subject: feat: Add jnfilter package --- apks/jnfilter/jnfilter.nginx.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apks/jnfilter/jnfilter.nginx.conf (limited to 'apks/jnfilter/jnfilter.nginx.conf') diff --git a/apks/jnfilter/jnfilter.nginx.conf b/apks/jnfilter/jnfilter.nginx.conf new file mode 100644 index 0000000..2f4672e --- /dev/null +++ b/apks/jnfilter/jnfilter.nginx.conf @@ -0,0 +1,8 @@ +server { + server_name jnfilter.lan; + access_log /var/log/nginx/jnfilter.log main; + + location / { + proxy_pass http://localhost:32000; + } +} -- cgit v1.2.3