Configure a Docker Nginx Reverse Proxy Image and Container

preview_player
Показать описание
Here's a quick tutorial on how to dockerize Nginx and create an Nginx reverse proxy Docker image.
Рекомендации по теме
Комментарии
Автор

great video and good explanation, thank you!

MrBrackets
Автор

Simple, concise and straight to the point. Thank you sir, a great video!

lahbaeil
Автор

I'm trying to accomplish something similar via proxy manager, considering you can't indicate sub-directories in the proxy settings.

Alphahydro
Автор

me salvou demais, por causa do seu vídeo mudei o default e conseguir obter o objetivo necessário, PARABENS

lucasrudyson
Автор

Omg. I was missing a slash after the :port/
Most times we miss a semicolon but I suppose with nginx, slashes can be culprits as well.
Thank you

chindna
Автор

CONGRATULATIONS, VERY GOOD VIDEO. I have a question how I could do it with docker compose by creating a letsencrypt container to make the https certificates and view them through no-ip. Could you please advise me?

MontxoCaqueta
Автор

Hmm, i was hoping this solved what I am trying to do, but i already get stuck that my system insists that there is no directory /etc/nginx/conf.d/

:-(

noneofyourconcern
Автор

When I mispeel in the CLI, the ctrl+t swaps the characters before and after where the cursor is.

Miguel-pe
Автор

thanks. But i have question, is this app is running on another container or in our system.? What if this app run on another container just like tomcat etc?

lifetillhope
Автор

What if, the application is running at <ip>:8080/. What I want is configure the nginx reverse-proxy such that if I request localhost/example; it redirects to the application running on port 8080. I have tried location /example and proxy_pass <ip>:8080/; But it is not working. Any help?

mkxrgjk
Автор

how do you rotate ssl certificates while on docker using certbot ?

KoljaMineralka
Автор

Can I use this setup up with Nginx to force all client traffic to https if the backend application is not encrypted? Thx

washaw
Автор

Liked to cee you do a wonkle xced variance next.

caskraker
Автор

thanks a lot, i have had some cors errors with my app and now their are gone! thanks a lot

alirahimi
Автор

How would i go about doing this for 2 containers that want to listen on port 80?

uimyzso
Автор

curious. why are you running all the commands with sudo?

zapbeeblebrox
Автор

Nice one. Just curious ? Is this cp from host to container permanent or ephemeral ? will the copied file still be there if the containers is restarted ?

taiwoesoimeme
Автор

0:48 i can not display localhost message -> not working please help

drm
Автор

you only configured it for a single path, its not a full reverse proxy xd

lemague
Автор

can i use a docker service name instead of an ip address? i was supposed to do a reverse proxy to connect my front-end(React) to my back-end(node.js/express), both running in docker via docker compose, since i can't use the service name on the front-end fetch calls cause the request is send by the browser, so docker cannot parse the service name to an ip address in this situation, how could i fix this?

JoaoPaulo-oxpr
welcome to shbcf.ru