File: README.adoc

package info (click to toggle)
json2file-go 1.15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: sh: 298; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
= Nginx configuration as a remote proxy for `json2file-go` using UNIX sockets

This directory contains two files to configure `nginx` as a remote proxy for
`json2file-go` when listening on a UNIX socket.

Both of them assume that there are entries on the `dirlist` file (`J2F_DIRLIST`
variable) and their only difference is if we want to handle the service's URL
prefix with `nginx` (file `nginx-simple.conf`) or use the `J2F_URL_PREFIX`
value from `json2file-go` (file `nginx-transparent.conf`)