Nginx: Revision history

Jump to navigation Jump to search

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.

8 December 2021

  • curprev 20:1220:12, 8 December 2021Deathbybandaid talk contribs 8,999 bytes +8,999 Created page with " =Reverse Proxy (rough)= Below is a very rough outline of an nginx reverse proxy setup <nowiki>cd /etc/nginx</nowiki> <nowiki>nano nginx.conf</nowiki> <nowiki> ## Global Settings include /etc/nginx/conf/globals.conf; http { ## United States only # requires apt-get install geoip-database # geoip_country /usr/share/GeoIP/GeoIP.dat; # map $geoip_country_code $allowed_country {default yes; US yes;} ## Settings include /etc/nginx/conf/settings.conf; ##..." Tag: Visual edit