Created
June 20, 2021 22:41
-
-
Save armsultan/3960aceaefa821afba69f806639d3e2e to your computer and use it in GitHub Desktop.
Revisions
-
armsultan created this gist
Jun 20, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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