[GH-ISSUE #2775] Nginx Proxy Manager update fails #571

Closed
opened 2026-02-26 12:45:56 +03:00 by kerem · 16 comments
Owner

Originally created by @Depechie on GitHub (Mar 2, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/2775

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

nginxproxymanager

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nginxproxymanager.sh)"

📝 Provide a clear and concise description of the issue.

Running version 2.12.2 works fine, but running an update to get 2.12.3 results in Nginx Proxy Manager no longer able to show the UI or resolve proxy hosts.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. Open NGinx Proxy Manager console in Proxmox
  2. Type update to run the LXC script upgrade process
  3. LXC reboots and comes back onlie
  4. But Nginx Proxy Manager is no longer working

Paste the full error output (if available).

No errors on console of the LXC

🖼️ Additional context (optional).

No response

Originally created by @Depechie on GitHub (Mar 2, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/2775 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? nginxproxymanager ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nginxproxymanager.sh)" ### 📝 Provide a clear and concise description of the issue. Running version 2.12.2 works fine, but running an update to get 2.12.3 results in Nginx Proxy Manager no longer able to show the UI or resolve proxy hosts. ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. 1. Open NGinx Proxy Manager console in Proxmox 2. Type `update` to run the LXC script upgrade process 3. LXC reboots and comes back onlie 4. But Nginx Proxy Manager is no longer working ### ❌ Paste the full error output (if available). No errors on console of the LXC ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:45:56 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Depechie commented on GitHub (Mar 2, 2025):

Maybe https://github.com/community-scripts/ProxmoxVE/discussions/2619 is a similar issue?

<!-- gh-comment-id:2692662904 --> @Depechie commented on GitHub (Mar 2, 2025): Maybe https://github.com/community-scripts/ProxmoxVE/discussions/2619 is a similar issue?
Author
Owner

@MickLesk commented on GitHub (Mar 2, 2025):

And whats the service and Journal Output?

<!-- gh-comment-id:2692665454 --> @MickLesk commented on GitHub (Mar 2, 2025): And whats the service and Journal Output?
Author
Owner

@Depechie commented on GitHub (Mar 2, 2025):

Where can I get that? Because I needed to revert to my 2.12.2 backup, so no longer having the wrong version up and running.

<!-- gh-comment-id:2692669863 --> @Depechie commented on GitHub (Mar 2, 2025): Where can I get that? Because I needed to revert to my 2.12.2 backup, so no longer having the wrong version up and running.
Author
Owner

@MickLesk commented on GitHub (Mar 2, 2025):

Only with this running Version and systemctl status ngi...

<!-- gh-comment-id:2692674823 --> @MickLesk commented on GitHub (Mar 2, 2025): Only with this running Version and systemctl status ngi...
Author
Owner

@aperezva commented on GitHub (Mar 2, 2025):

Same error to me, Reverted from snapshot

<!-- gh-comment-id:2692840857 --> @aperezva commented on GitHub (Mar 2, 2025): Same error to me, Reverted from snapshot
Author
Owner

@MickLesk commented on GitHub (Mar 2, 2025):

Without any Logs i cant reproduce. I ve installed this version and it works

<!-- gh-comment-id:2692843927 --> @MickLesk commented on GitHub (Mar 2, 2025): Without any Logs i cant reproduce. I ve installed this version and it works
Author
Owner

@aperezva commented on GitHub (Mar 3, 2025):

It´s when you update no when you install it.

Maybe error in the repositories

<!-- gh-comment-id:2694935857 --> @aperezva commented on GitHub (Mar 3, 2025): It´s when you update no when you install it. Maybe error in the repositories
Author
Owner

@MickLesk commented on GitHub (Mar 3, 2025):

Yeah but i doesnt have an old Installation and need Logs, because the current seems to be work

<!-- gh-comment-id:2694977096 --> @MickLesk commented on GitHub (Mar 3, 2025): Yeah but i doesnt have an old Installation and need Logs, because the current seems to be work
Author
Owner

@Depechie commented on GitHub (Mar 3, 2025):

Hey @MickLesk can you explain the linux commands I need to perform?
I will retry an upgrade and send over the logs, hopefully that can help finding the issue.

<!-- gh-comment-id:2695232373 --> @Depechie commented on GitHub (Mar 3, 2025): Hey @MickLesk can you explain the linux commands I need to perform? I will retry an upgrade and send over the logs, hopefully that can help finding the issue.
Author
Owner

@CrazyWolf13 commented on GitHub (Mar 3, 2025):

@Depechie

systemctl status openresty
systemctl status npm
journalctl -u openresty | tail -n 100
journalctl -u npm | tail -n 100

@MickLesk just performed an update from v2.12.2 to v2.12.3 and I couldn't find any issues at all.

Here my log outputs:
openresty service:

Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/41.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/42.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/42.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/42.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/42.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/43.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/43.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/44.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/44.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/45.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/45.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/46.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/46.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/48.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/48.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/48.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/48.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/49.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/49.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/5.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/5.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/50.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/50.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/51.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/51.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/52.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/52.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/53.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/53.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/6.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/6.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/6.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/6.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/60.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/60.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/8.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/8.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/8.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/8.conf:20
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/9.conf:19
Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/9.conf:20
Mar 03 19:54:12 NGPM2 systemd[1]: Started openresty.service - The OpenResty Application Platform.

npm service:

Mar 03 19:53:02 NGPM2 systemd[1]: Stopped npm.service - Nginx Proxy Manager.
Mar 03 19:53:02 NGPM2 systemd[1]: npm.service: Consumed 4.390s CPU time.
Mar 03 19:54:12 NGPM2 systemd[1]: Starting npm.service - Nginx Proxy Manager...
Mar 03 19:54:12 NGPM2 systemd[1]: Started npm.service - Nginx Proxy Manager.
Mar 03 19:54:12 NGPM2 node[2627]: [3/3/2025] [7:54:12 PM] [Global   ] › ℹ  info      Using Sqlite: /data/database.sqlite
Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Migrate  ] › ℹ  info      Current database version: none
Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Migrate  ] › ℹ  info      [stream_ssl] Migrating Up...
Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Migrate  ] › ℹ  info      [stream_ssl] stream Table altered
Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Global   ] › ⬤  debug     CMD: [ -f '/etc/letsencrypt/credentials/credentials-1' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo '# Cloudflare API token
Mar 03 19:54:14 NGPM2 node[2627]: dns_cloudflare_api_token = -{REDACTED}' > '/etc/letsencrypt/credentials/credentials-1' && chmod 600 '/etc/letsencrypt/credentials/credentials-1'; }
Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Certbot  ] › ▶  start     Installing cloudflare...
Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Global   ] › ⬤  debug     CMD: . /opt/certbot/bin/activate && pip install --no-cache-dir cloudflare==2.19.* acme==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') certbot-dns-cloudflare==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+')  && deactivate
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Certbot  ] › ☒  complete  Installed cloudflare
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Setup    ] › ℹ  info      Added Certbot plugins cloudflare
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Setup    ] › ℹ  info      Logrotate Timer initialized
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Global   ] › ⬤  debug     CMD: logrotate /etc/logrotate.d/nginx-proxy-manager
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Setup    ] › ℹ  info      Logrotate completed.
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ  info      Fetching IP Ranges from online services...
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ  info      Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v4
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v6
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [SSL      ] › ℹ  info      Let's Encrypt Renewal Timer initialized
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [SSL      ] › ℹ  info      Renewing SSL certs expiring within 30 days ...
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ  info      IP Ranges Renewal Timer initialized
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Global   ] › ℹ  info      Backend PID 2627 listening on port 3000 ...
Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [SSL      ] › ℹ  info      Completed SSL cert renew process

UI looks just fine, though I could not test direct proxy functionaility.

<!-- gh-comment-id:2695291410 --> @CrazyWolf13 commented on GitHub (Mar 3, 2025): @Depechie ```bashqqq systemctl status openresty systemctl status npm journalctl -u openresty | tail -n 100 journalctl -u npm | tail -n 100 ``` @MickLesk just performed an update from v2.12.2 to v2.12.3 and I couldn't find any issues at all. Here my log outputs: openresty service: ``` Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/41.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/42.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/42.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/42.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/42.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/43.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/43.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/44.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/44.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/45.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/45.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/46.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/46.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/48.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/48.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/48.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/48.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/49.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/49.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/5.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/5.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/50.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/50.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/51.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/51.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/52.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/52.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/53.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/53.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/6.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/6.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/6.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/6.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/60.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/60.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/8.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/8.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /data/nginx/proxy_host/8.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/8.conf:20 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for 0.0.0.0:443 in /data/nginx/proxy_host/9.conf:19 Mar 03 19:54:10 NGPM2 nginx[2560]: nginx: [warn] protocol options redefined for [::]:443 in /data/nginx/proxy_host/9.conf:20 Mar 03 19:54:12 NGPM2 systemd[1]: Started openresty.service - The OpenResty Application Platform. ``` npm service: ``` Mar 03 19:53:02 NGPM2 systemd[1]: Stopped npm.service - Nginx Proxy Manager. Mar 03 19:53:02 NGPM2 systemd[1]: npm.service: Consumed 4.390s CPU time. Mar 03 19:54:12 NGPM2 systemd[1]: Starting npm.service - Nginx Proxy Manager... Mar 03 19:54:12 NGPM2 systemd[1]: Started npm.service - Nginx Proxy Manager. Mar 03 19:54:12 NGPM2 node[2627]: [3/3/2025] [7:54:12 PM] [Global ] › ℹ info Using Sqlite: /data/database.sqlite Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Migrate ] › ℹ info Current database version: none Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Migrate ] › ℹ info [stream_ssl] Migrating Up... Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Migrate ] › ℹ info [stream_ssl] stream Table altered Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Global ] › ⬤ debug CMD: [ -f '/etc/letsencrypt/credentials/credentials-1' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo '# Cloudflare API token Mar 03 19:54:14 NGPM2 node[2627]: dns_cloudflare_api_token = -{REDACTED}' > '/etc/letsencrypt/credentials/credentials-1' && chmod 600 '/etc/letsencrypt/credentials/credentials-1'; } Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Certbot ] › ▶ start Installing cloudflare... Mar 03 19:54:14 NGPM2 node[2627]: [3/3/2025] [7:54:14 PM] [Global ] › ⬤ debug CMD: . /opt/certbot/bin/activate && pip install --no-cache-dir cloudflare==2.19.* acme==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') certbot-dns-cloudflare==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') && deactivate Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Certbot ] › ☒ complete Installed cloudflare Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Setup ] › ℹ info Added Certbot plugins cloudflare Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Setup ] › ℹ info Logrotate Timer initialized Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Global ] › ⬤ debug CMD: logrotate /etc/logrotate.d/nginx-proxy-manager Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Setup ] › ℹ info Logrotate completed. Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ info Fetching IP Ranges from online services... Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ info Fetching https://ip-ranges.amazonaws.com/ip-ranges.json Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ info Fetching https://www.cloudflare.com/ips-v4 Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ info Fetching https://www.cloudflare.com/ips-v6 Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [SSL ] › ℹ info Let's Encrypt Renewal Timer initialized Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [SSL ] › ℹ info Renewing SSL certs expiring within 30 days ... Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [IP Ranges] › ℹ info IP Ranges Renewal Timer initialized Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [Global ] › ℹ info Backend PID 2627 listening on port 3000 ... Mar 03 19:54:16 NGPM2 node[2627]: [3/3/2025] [7:54:16 PM] [SSL ] › ℹ info Completed SSL cert renew process ``` UI looks just fine, though I could not test direct proxy functionaility.
Author
Owner

@aperezva commented on GitHub (Mar 3, 2025):

✔️ Stopped Services
✔️ Cleaned Old Files
⠧ Downloading NPM v2.12.3
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
⠇ Downloading NPM v2.12.3
[ERROR] in line 54: exit code 0: while executing command tar -xz

<!-- gh-comment-id:2695405943 --> @aperezva commented on GitHub (Mar 3, 2025): ✔️ Stopped Services ✔️ Cleaned Old Files ⠧ Downloading NPM v2.12.3 gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now ⠇ Downloading NPM v2.12.3 [ERROR] in line 54: exit code 0: while executing command tar -xz
Author
Owner

@SiriusLightning21 commented on GitHub (Mar 3, 2025):

✔️ Stopped Services
✔️ Cleaned Old Files
⠧ Downloading NPM v2.12.3
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
⠇ Downloading NPM v2.12.3
[ERROR] in line 54: exit code 0: while executing command tar -xz

I have exact the same error message.
Nginx GUI will load but I cant access any service that is linked to nginx. An older Snapshot up to version 2.12.1 will also not work😅

<!-- gh-comment-id:2695605957 --> @SiriusLightning21 commented on GitHub (Mar 3, 2025): > ✔️ Stopped Services > ✔️ Cleaned Old Files > ⠧ Downloading NPM v2.12.3 > gzip: stdin: unexpected end of file > tar: Child returned status 1 > tar: Error is not recoverable: exiting now > ⠇ Downloading NPM v2.12.3 > [ERROR] in line 54: exit code 0: while executing command tar -xz I have exact the same error message. Nginx GUI will load but I cant access any service that is linked to nginx. An older Snapshot up to version 2.12.1 will also not work😅
Author
Owner

@Depechie commented on GitHub (Mar 4, 2025):

Hey @MickLesk I redid the update, selected verbose mode this time.
And guess what, v2.12.3 is now up and running and working fine.
No idea why it would not work the first time. So for me, this seems to be resolved.

<!-- gh-comment-id:2696364605 --> @Depechie commented on GitHub (Mar 4, 2025): Hey @MickLesk I redid the update, selected verbose mode this time. And guess what, v2.12.3 is now up and running and working fine. No idea why it would not work the first time. So for me, this seems to be resolved.
Author
Owner

@MickLesk commented on GitHub (Mar 4, 2025):

I try to test it, maybe Network issue while crawling the ZIP Release.

<!-- gh-comment-id:2696366430 --> @MickLesk commented on GitHub (Mar 4, 2025): I try to test it, maybe Network issue while crawling the ZIP Release.
Author
Owner

@SiriusLightning21 commented on GitHub (Mar 4, 2025):

For me the silent update will have the same error with line 54 as yesterday, but the verbose update worked and all services are up and running now.

<!-- gh-comment-id:2696394420 --> @SiriusLightning21 commented on GitHub (Mar 4, 2025): For me the silent update will have the same error with line 54 as yesterday, but the verbose update worked and all services are up and running now.
Author
Owner

@aperezva commented on GitHub (Mar 4, 2025):

Verbose Update works too. @SiriusLightning21 thanks

<!-- gh-comment-id:2696421508 --> @aperezva commented on GitHub (Mar 4, 2025): Verbose Update works too. @SiriusLightning21 thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#571
No description provided.