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

How to run postwoman under reverse proxy #812

Closed
IamIpanda opened this issue Apr 25, 2020 · 1 comment
Closed

How to run postwoman under reverse proxy #812

IamIpanda opened this issue Apr 25, 2020 · 1 comment

Comments

@IamIpanda
Copy link

  1. As a service, I hope to run postwoman under https. I use nginx to make https work, what should I set except proxy_pass?
  2. Is it possible to run postwoman under subdomain like /postwoman? I found env TRAVIS_REPO_SLUG && DEPLOY_ENV in code, but that is obviously not an official parameter.
@liyasthomas
Copy link
Member

  1. HTTPS support is given out of the box. Please host the build directory dist to any protocol you want.
  2. The current build process make use of environment variables in build config to host in subdomain. For ex: TRAVIS_REPO_SLUG is used to host PW in GitHub pages which is available in your_username.github.io/postwoman.

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

2 participants