Created
August 1, 2019 07:14
-
-
Save RamazanBIYIK/695be1f8ffc99263f5e91daf15584fa8 to your computer and use it in GitHub Desktop.
NGINX - to export nginx node informations
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 characters
location / { | |
stub_status; | |
} | |
Add stub_status to location. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment