Nginx Proxy Manager - How-To Installation and Configuration

Nginx Proxy Manager - How-To Installation and Configuration

Christian Lempa

3 года назад

399,393 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

saintvittsdance
saintvittsdance - 11.10.2023 08:46

Thank you, usefull content!

Ответить
bigbear187uk
bigbear187uk - 05.10.2023 16:50

Appreciate the video Christian, thanks for putting this together!

Ответить
Random Googler
Random Googler - 29.09.2023 22:24

can you make a video of this same video but for windows users with server on hard drive?

Ответить
MyVideosNow
MyVideosNow - 17.09.2023 14:06

Appreciate this is an older video now, but your videos are absolutely great to learn from, so thanks very much for all you do! However this one is stopped me in my tracks... at the point of logging into nginx (4m30s) I am constantly getting Bad Gateway? Any thoughts? Thanks again

Ответить
SireSquish
SireSquish - 06.09.2023 17:19

You have to give a phone number to join the discord. Yeah, nah.

Ответить
Raheel Khosa
Raheel Khosa - 19.08.2023 07:14

Is it possible to add more than one app to nginx? I already have used ngix-proxy-manger for nextcloud and now I am trying to add pihole but I don't see any ngix-proxy-manger when I run docker network list

Ответить
Khalid El-Gazzar
Khalid El-Gazzar - 17.08.2023 00:11

Very helpful especially for joking the np-m network and calling via name not ip addr

Ответить
Khalid El-Gazzar
Khalid El-Gazzar - 16.08.2023 23:44

Great video. I keep coming here every while to review

Ответить
nik655
nik655 - 16.08.2023 15:30

I cant seem to get this to work at all.

Ответить
Quentin Mick
Quentin Mick - 16.08.2023 00:15

I am getting Bad Gateway when I try to login

Ответить
Jeff Risdon
Jeff Risdon - 09.08.2023 05:43

Has anyone ever gotten a bad gateway error when attempting to login for the first time? thanks!

Ответить
Manuel Parra
Manuel Parra - 08.08.2023 22:06

Nice tutorial I have figure it out how to make it work with docker compose and it was hella fun.

Ответить
rickvian
rickvian - 26.07.2023 18:51

thank you Chis, i manage to make it work!

Ответить
Gavin
Gavin - 14.07.2023 16:48

the yaml file is outdated use the one on Nginx site

version: '3.8'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt

Ответить
Gavin
Gavin - 14.07.2023 16:41

having bade gateway at login, feeling it has to do with the database server.....

Ответить
alex zander
alex zander - 22.06.2023 09:20

anyone help me how do i use this websites i mean when i get ssl certificate for my nextcloud via duck dns how can i use this site in my cloudfare tunnel ??

Ответить
Jonah Morgan
Jonah Morgan - 16.06.2023 22:43

How do I do this with the new portainer? Everything is named differently, and its asking for a kubernetes file instead of a docker compose.

Ответить
Eschmacher
Eschmacher - 14.06.2023 05:46

I don't know if something is cursed my setup, but if anyone else has issues getting their db to start, change from jc21/mariadb-aria:latest (which is in their own instructions) to jc21/mariadb-aria:10.4.15-innodb. They haven't updated the mariadb container in 2 years, so maybe it's just best if you go the sqllite route.

Ответить
bokkenka
bokkenka - 13.06.2023 06:51

I have the nginx proxy manager container up and running. Now I'm trying to get my Joomla website to work with it. I have the network set, and the Joomla container running (I can access it on port 8001 that I set to make sure it was running), and the SSL certificate, and the proxy set up, but most of the time when I connect, I get a "502 Bad Gateway" error. If I reload a couple times, it will eventually load. It's worse on the Joomla administration pages. I can't join the discord to ask because my cell phone uses a Google number and the account setup page doesn't accept it.

Ответить
Dan Gaines
Dan Gaines - 04.06.2023 18:05

Great info! Liked and subscribed!

Ответить
Zygfryd Homonto
Zygfryd Homonto - 24.05.2023 10:58

blocking the "allow" to internal IP or network does not work if nginx is in the container - devs are aware of that but apparently there is no way to limit the address to be accessible from local network only

Ответить
Dah Lah.
Dah Lah. - 12.05.2023 13:05

Nice :D

Ответить
Adrián Freisinger
Adrián Freisinger - 12.05.2023 06:20

How to configure Nginx Proxy Manager to forward ssh?

Ответить
Darknight-Coffee
Darknight-Coffee - 07.05.2023 12:59

Ich weiß das überall mehr englisch gefordert wird, doch solltest du als Deutscher deine eigenen Landsleute nicht vergessen. Ich hasse Englisch. Und besonders wenn man es so schnell runterwürgt wie du. Sorry

Ответить
ShaunPX1
ShaunPX1 - 03.05.2023 02:58

hey awesome video, I have a qeustion though? say I have a docker db instance of poastgress that I want to connect my web app to and I want to host both of them on my personal server in thier own docker contianers. Can I use reverse proxy to host and instance of a database? Also I am mnot worried about secuirty it is just for testing

Ответить
Giannis Kleanthous
Giannis Kleanthous - 26.04.2023 15:38

so after docker compose up -d i can reach the webui and when i try to login with the default creds i get bad gateway.. from what i've seen online its supposed to also have a config.json file which i dont, anyone with some clear instuctions on that? i have seen no such step in this video so im a bit confused

Ответить
Leo Mutti
Leo Mutti - 24.04.2023 08:56

One thing I did not understood. Do I need also an nginx server running somewhere or the NPM is enoght?

Ответить
Yoan Rodriguez
Yoan Rodriguez - 21.04.2023 21:15

I get a "Bad Gateway" when I try to login into Nginx Proxy Manage web-gui. Anyone else getting this that can help me out? The container logs dont show much

Ответить
Hawolex
Hawolex - 06.04.2023 15:33

where do i put restart unless-stopped argument in the compose file.

Ответить
DZ
DZ - 28.03.2023 04:34

I don't really get why we need to add a non-wildcard DNS record to the DigitalOcean. If we set an `A` record with *.the-digital-life it should be enough to not touch DNS Records again any soon.

Ответить
Shugaba Abraham Wuta
Shugaba Abraham Wuta - 04.03.2023 15:42

2 years down the line and this is still an invaluable resource.

Ответить
noumene
noumene - 21.02.2023 21:59

hi! why do you choose the OPT directory to install containers?

Ответить
Mason Reeves
Mason Reeves - 08.02.2023 22:56

when i try to login with default credentials, i receive a bad gateway error message. followed step-by-step until that point. any tips?

Ответить
Peng Liu
Peng Liu - 03.02.2023 18:45

I need help of Advanced settings of proxy entry!

Ответить
PhotoZen
PhotoZen - 24.01.2023 00:10

Thank you very much, bonus was this easy LET'S cert implementation I was looking for, great explanation for layman like me…!

Ответить
Serhat Gülaştı
Serhat Gülaştı - 17.01.2023 09:12

I can reach login page inside of host but I cannot able to see login or :80 page on another computer. Is there any solution?

Ответить
Anon NG
Anon NG - 03.01.2023 00:38

i keep getting a bad gateway error, checking the logs shows access denied for the user

Ответить
Your Majesty
Your Majesty - 30.12.2022 17:46

Been running npm for 3 years now. What happens is, with my setup every 3 months is, I get a '502 Bad Gateway' on all new host I try to setup after that point. Have not figured out how to fix as of yet.

Ответить
metamototomo
metamototomo - 28.12.2022 11:08

Amazing tutorial. Thank you, Chris 😊

Ответить
Yubii
Yubii - 14.12.2022 17:54

I couldnt find you on Twitch, can u add Twitch to your Follow Me?

Ответить
No One
No One - 10.12.2022 19:22

Hi Christian, perhaps you;ll see this.

I've followed the tutorial and think I understand it - but the proxy manager just gives me the default 'Congratulations' scree.

Nothing is forwarded.

Interestingly, the proxy manager shows the host online and green lighted? The containers are all on a specified network. The host is a default word press container.

Amy ideas?

Ответить
No One
No One - 09.12.2022 18:05

You're talking really fast. It makes you difficult to follow.

Ответить
ALWALEEDALWABEL
ALWALEEDALWABEL - 09.12.2022 01:00

Thank you!

Ответить
AKASH
AKASH - 01.12.2022 20:08

Can you make a tutorial or share some resources that how to configure nginx docker-compose node.js app --scale?

Ответить
arden swirl
arden swirl - 25.11.2022 19:29

If i change the ports from 80 to 811 and 443 to 4433 then I am getting error while requesting ssl is their a way to fix it I cant use 80 /443 as I am already using them for something else

Ответить
Szymon
Szymon - 17.11.2022 16:49

You made my day :)

Ответить