@eddiejennings said in Install Nginx as a Reverse Proxy on Fedora 27:
If you're using one reverse proxy to serve traffic to more than one server, do you typically put all of the configurations in one file, or have a main configuration file, and use
include
to reference other files? Methinks the way to go is just have one file with server blocks for however many servers you need.
Using separate config is more easier to manage.