-
Notifications
You must be signed in to change notification settings - Fork 3.2k
allow ___domain like 'com.example.com:8080' #2611
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
base: develop
Are you sure you want to change the base?
allow ___domain like 'com.example.com:8080' #2611
Conversation
…programmer manager listen thses ports
|
…odify in conf.d/include/proxy.conf
Hello,
What I tested to configure from the UI is just "host:8080" Thansk for support, |
I fixed the feature by modifying the template of _listen.conf
I guess it's what many of us wanted, could you add it to your pull request? |
PR is now considered stale. If you want to keep it open, please comment 👍 |
CI Error:
|
PR is now considered stale. If you want to keep it open, please comment 👍 |
Allow proxy_host configuration use exteranl port like
com.example.com:8080
.Modify nginx.js ,then it can judge domain_name contains exteranl port with ":",and full listen port in
_listen.conf
.Also in proxy_host.conf,
proxy_set_header Host
is added to fix browser‘s href ___location