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
# Example of proxy_bind using variables using split_clients and map | |
events { worker_connections 2014; } | |
http { | |
default_type text/plain; | |
error_log /var/log/nginx/debug_error.log debug; | |
server { |