mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-05-01 04:15:51 +03:00
[GH-ISSUE #619] nginx-proxy-manager in production #521
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#521
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oxismailxo on GitHub (Sep 28, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/619
Hello nginx-proxy-manager Team,
First of all i wanna thank you about this great project cause for me like a Sysadmin is a very helpful solution also makes your life easy !, and i'm here cause i have a question about nginx-proxy-manager in production, is it safe to serve our docker projects with nginx-proxy-manager ? , if yes, my second question is: can nginx-proxy-manager huddle too many requests ?
NOTE: we are using it with Django projects.
thanks again,
@TWhidden commented on GitHub (Sep 29, 2020):
We are running this in production. We wrote our shell scripts to manage spin up for our docker stacks with the Proxy Manager in the middle of it. From our experience, a thing to note is that if your container is missing (or unresolvable), nginx will not start (with how its currently setup), which will put the nginx/proxy manager in a reboot loop. We will work on fixing that soon, but number of requests goes through nginx around work world makes it a good assumption that its totally fine for a production system. The proxy manager IMO makes for a nice administrative layer, keeping people from messing with CLI / configs.
@oxismailxo commented on GitHub (Sep 29, 2020):
Thank you so much @TWhidden for the clarification.