-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
I just wasted more than one hour trying to update my proxies.
I kept getting the same error again and again and again. Could not delete file. This is the absolutely basic functionality that should be offered by the nginx proxy manager right? I would expect a proxy manager to be able to edit the proxies.
But it basically can't do this basic thing. This added to the even worse handling of the SSL certificates led me to the conclusion that I need a better solution.
So to anyone reading this: look for other solutions: caddy, traefik, whatever. Do not waste time here.
And to the developers, please do the world a favor and archive this project.
[1/24/2024] [5:07:50 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/proxy_host/14.conf
[1/24/2024] [5:07:50 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"
[1/24/2024] [5:07:50 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/proxy_host/14.conf
[1/24/2024] [5:07:50 PM] [Nginx ] › ⬤ debug Could not delete file: {
"errno": -2,
"code": "ENOENT",
"syscall": "unlink",
"path": "/data/nginx/proxy_host/14.conf"
}
[1/24/2024] [5:07:50 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/proxy_host/14.conf.err
[1/24/2024] [5:07:50 PM] [Nginx ] › ⬤ debug Could not delete file: {
"errno": -2,
"code": "ENOENT",
"syscall": "unlink",
"path": "/data/nginx/proxy_host/14.conf.err"
}
[1/24/2024] [5:07:50 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"
[1/24/2024] [5:07:51 PM] [Nginx ] › ℹ info Reloading Nginx
[1/24/2024] [5:07:51 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload
[1/24/2024] [5:07:57 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"
[1/24/2024] [5:07:57 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/proxy_host/14.conf
[1/24/2024] [5:07:57 PM] [Nginx ] › ⬤ debug Could not delete file: {
"errno": -2,
"code": "ENOENT",
"syscall": "unlink",
"path": "/data/nginx/proxy_host/14.conf"
}
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?- Yes : image: jc21/nginx-proxy-manager:2.11.1
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes. There are open and it seems that the team does not care.
Describe the bug
try to edit a proxy. It is impossible. Check the logs, see the result above.
Nginx Proxy Manager Version
image: jc21/nginx-proxy-manager:2.11.1
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Maybe it should work?
Screenshots
Operating System
Additional context