NGINX Proxy Automation

preview_player
Показать описание
Tutorial on how to use the NGINX Proxy Automation

This is a basic video to show you how to use a nginx proxy with docker in your linux server.

If you have a docker and docker-compose installed in your Ubuntu* you will take 5 minutos to get your nginx-proxy running.

Рекомендации по теме
Комментарии
Автор

Very nice, thank you, very convenient.

seetheious
Автор

So what are the safety settings in this Nginx reverse proxy script? Are these settings appropriate for actually hosting using docker containers or do you have additional recommendations?
If you have any resources to share regarding this I would be very grateful.

seetheious
Автор

Do I have to have apache or nginx inside a strapi container which listens on port 80 and fwds to 1337? How to setup strapi?

ns
Автор

thanks for this nice video. I'm trying to get your project running since a few days. have no luck with simple port 80 test script nor the ssl_test.
route forwarding ports and reverse dns are fine.
fresh_start has no issue as well
I get the following error:
Generated from 6 containers
docker-gen-auto Sending container 'proxy-web-auto' signal '1'
proxy-web-auto [emerg] 1#1: no servers are inside upstream in
any idea what the problem could be?

nieeinerda
Автор

Great tutorial!
I'm following it step by step, but I'm getting an error at the end of fresh-start.sh execution:
"There was an error starting the service at
.env file is created, but containers are not running.

Thanks for any help you can give on this!

emanuelerangan
Автор

Does it work only with Wordpress sites?

nickrhodes