[GH-ISSUE #3974] Configuring Nginx proxy manager with port 443 #2598

Open
opened 2026-02-26 07:36:08 +03:00 by kerem · 2 comments
Owner

Originally created by @smdkx on GitHub (Sep 4, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3974

Hi, I have installed nginx proxy manager with port 443 and I also have a VPN VLESS which also needs port 443 (currently it is 8433).

Is it possible to change NPM port to any other port, it will not be a problem for its operability ?

Or is there a rough instruction to configure NPM in reverse proxy mode, which redirects traffic to VLESS server ?

Originally created by @smdkx on GitHub (Sep 4, 2024). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3974 Hi, I have installed nginx proxy manager with port 443 and I also have a VPN VLESS which also needs port 443 (currently it is 8433). Is it possible to change NPM port to any other port, it will not be a problem for its operability ? Or is there a rough instruction to configure NPM in reverse proxy mode, which redirects traffic to VLESS server ?
Author
Owner

@nubblesite commented on GitHub (Sep 5, 2024):

What is preventing you from mapping the port in your docker-compose.yml file?

  app:
    image: 'docker.io/jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '80:80'
      - '81:81'
      - 'your_custom_port:443'
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt
<!-- gh-comment-id:2332146126 --> @nubblesite commented on GitHub (Sep 5, 2024): What is preventing you from mapping the port in your docker-compose.yml file? ```services: app: image: 'docker.io/jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80' - '81:81' - 'your_custom_port:443' volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt ```
Author
Owner

@github-actions[bot] commented on GitHub (May 18, 2025):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2888714937 --> @github-actions[bot] commented on GitHub (May 18, 2025): Issue is now considered stale. If you want to keep it open, please comment :+1:
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#2598
No description provided.