Skip to content

nginx proxy_pass npm program. #4356

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

Closed
aabababb opened this issue Mar 12, 2024 · 0 comments
Closed

nginx proxy_pass npm program. #4356

aabababb opened this issue Mar 12, 2024 · 0 comments
Labels

Comments

@aabababb
Copy link

Details

nginx
proxy_pass http://127.0.0.1:8080;

npm run dev

after proxy_pass, External network access still have the link?

https://127.0.0.1:8080/sockjs-node/info?t=1709478831246

Access this link is ok.
https://www.test.com/sockjs-node/info?t=1709478831246

Node.js version

npm -v
8.19.4

Example code

No response

Operating system

Linux instance-20240121-1638 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Scope

code

  try {
    self.xhr.send(payload);
  } catch (e) {
    self.emit('finish', 0, '');
    self._cleanup(false);
  }

Module and version

Not applicable.

@avivkeller avivkeller closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2024
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