Skip to content

Configuring Nginx proxy manager with port 443 #3974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
smdkx opened this issue Sep 4, 2024 · 2 comments
Open

Configuring Nginx proxy manager with port 443 #3974

smdkx opened this issue Sep 4, 2024 · 2 comments
Labels

Comments

@smdkx
Copy link

smdkx commented Sep 4, 2024

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 ?

@nubblesite
Copy link

nubblesite commented 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

Copy link

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

@github-actions github-actions bot added the stale label May 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy