Skip to content
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

Issues when setting up with Nginx #10

Open
dolftax opened this issue Nov 20, 2018 · 0 comments
Open

Issues when setting up with Nginx #10

dolftax opened this issue Nov 20, 2018 · 0 comments

Comments

@dolftax
Copy link

dolftax commented Nov 20, 2018

URL_HOST=foo.bar.io
URL_SCHEMA=https
URL_PORT=5000

Since nginx is running on 443 and 80 and terminates TLS, I can't specify URL_PORT as 80 or 443. If it keep it as 5000, the requests are being redirected to foo.bar.io:8000

Is there a way to separate out these two?

Request blueprint

curl 'https://foo.bar.io:5000/css/app-de70816a7801f60b72d22bf17d5bb077.css?vsn=d' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:64.0) Gecko/20100101 Firefox/64.0' -H 'Accept: text/css,*/*;q=0.1' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Referer: https://foo.bar.io/' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Cookie: sessionid=m4662ri903slnxfkkmmx8kg1mpyga5a9; _statushq_key=SFMyNTY.g3QAAAABbQAAAAtfY3NyZl90b2tlbm0AAAAYb1hPZmlvbEVjWFdySG9aUEFsd0dHQT09.wzsAUCnvbQvR8Bxd0YiXu4fc7HaByOr64KuoPqGpq1I'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant