Skip to content

Instantly share code, notes, and snippets.

@realies
Created April 14, 2023 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realies/1953cae01101e8a8179adadab5b4a996 to your computer and use it in GitHub Desktop.
Save realies/1953cae01101e8a8179adadab5b4a996 to your computer and use it in GitHub Desktop.
Nginx Proxy Manager
Proxy Host
[X] Block Common Exploits
[X] Websockets Support
[X] Force SSL
[X] HTTP/2 Support
[X] HSTS Enabled
[X] HSTS Subdomains
Custom Nginx Configuration:
fastcgi_request_buffering off;
proxy_request_buffering off;
client_max_body_size 0;
chunked_transfer_encoding on;
real_ip_header CF-Connecting-IP;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment