[GH-ISSUE #1374] Adding custom parameters results in NGINX totally failing to start... #1082

Closed
opened 2026-02-26 06:35:41 +03:00 by kerem · 1 comment
Owner

Originally created by @PowershellScripter on GitHub (Sep 3, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1374

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    Yes
  • Are you sure you're not using someone else's docker image?
    No
  • Have you searched for similar issues (both open and closed)?
    Yes

Describe the bug
Whenever adding custom proxy headers or even mdoifying anything that is not originally in the .conf file,
it results in NGINX not working correctly at all.

Nginx Proxy Manager Version
2.9.8

To Reproduce
Steps to reproduce the behavior:

  1. Find .conf in: /data/compose/10/NGINX/nginx-proxy-manager/nginx/proxy_host
  2. edit > adding something to (location / ) as simple as: {
    proxy_pass http://urbackup:55414;
    }

Expected behavior
NGINX starts fine without issues and passes the custom ehaders

Operating System
Docker

Originally created by @PowershellScripter on GitHub (Sep 3, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1374 **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? Yes - Are you sure you're not using someone else's docker image? No - Have you searched for similar issues (both open and closed)? Yes **Describe the bug** Whenever adding custom proxy headers or even mdoifying anything that is not originally in the .conf file, it results in NGINX not working correctly at all. **Nginx Proxy Manager Version** 2.9.8 **To Reproduce** Steps to reproduce the behavior: 1. Find .conf in: /data/compose/10/NGINX/nginx-proxy-manager/nginx/proxy_host 2. edit > adding something to (location / ) as simple as: { proxy_pass http://urbackup:55414; } **Expected behavior** NGINX starts fine without issues and passes the custom ehaders **Operating System** Docker
kerem 2026-02-26 06:35:41 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@PowershellScripter commented on GitHub (Sep 3, 2021):

nvm, figured out the issue. not related to your build

<!-- gh-comment-id:912866858 --> @PowershellScripter commented on GitHub (Sep 3, 2021): nvm, figured out the issue. not related to your build
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/nginx-proxy-manager-NginxProxyManager#1082
No description provided.