-
-
Save rajesh2k3/30f2d5542a60ef6ae5683f55c62798a8 to your computer and use it in GitHub Desktop.
Revisions
-
mateobur created this gist
May 14, 2017 .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,11 @@ ... server{ server_name _; location /nginx_status { stub_status on; access_log on; <deny/allow directives for your scenario> } ...