Skip to content

Instantly share code, notes, and snippets.

@armsultan
Created June 20, 2021 22:41
Show Gist options
  • Select an option

  • Save armsultan/3960aceaefa821afba69f806639d3e2e to your computer and use it in GitHub Desktop.

Select an option

Save armsultan/3960aceaefa821afba69f806639d3e2e to your computer and use it in GitHub Desktop.

Revisions

  1. armsultan created this gist Jun 20, 2021.
    10 changes: 10 additions & 0 deletions nginx-manager-upstreams.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # nginx-manager-upstreams.conf
    # * Upstreams for NGINX nginx-manager API/UI

    upstream nginx-manager_servers {
    zone nginx-manager_servers 64k;
    server 127.0.0.1:11000;
    keepalive 64;
    }

    # vim: syntax=nginx