We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Issue is now considered stale. If you want to keep it open, please comment 👍
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: