Nginx allowlist or denylist: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 March 2021

  • curprev 21:3921:39, 21 March 2021Will talk contribs 119 bytes +119 Created page with "<source lang="bash"> # explicit allowlist Server { allow 192.168.1.0/24; # entire subnet deny all; } </source>"