PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, September 1, 2022

[FIXED] How should I set up a reverse proxy with nginx?

 September 01, 2022     nginx, nginx-config, nginx-reverse-proxy     No comments   

Issue

I must configure a reverse proxy with nginx installed on the machine, to redirect the connections to the Docker containers. Is there a problem if my reverse proxy is also a container instead of physically installing on the machine? Which form is the most suitable?


Solution

I did several searches, and I found no problems when using the reverse proxy with nginx installed on the physical machine, or using a container, so I chose to use a container.



Answered By - Lucas Lima
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing