-
Notifications
You must be signed in to change notification settings - Fork 0
Ensure all the reverse proxy sample sites work locally #138
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
Ensure all the reverse proxy sample sites work locally #138
Conversation
- Add mkcert-based certificate generation (createCA.ts, siteDetails.js) - Update reverse-proxy to support HTTPS on port 443 - Update docker-compose.yml to mount certificates - Add comprehensive README with setup instructions - Update .gitignore to exclude ca/ folder
Infrastructure for the deferred site remains in place: - docker-compose.yml service definition - nginx reverse-proxy config - README documentation
| prebid-client-side-deferred: | ||
| build: | ||
| context: web-integrations/prebid-integrations | ||
| dockerfile: client-side-deferred/Dockerfile | ||
| ports: | ||
| - "3053:3053" | ||
| container_name: prebid-client-side-deferred | ||
| env_file: | ||
| - .env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accidentally included this from my prebid-deferred site ticket but keeping just to keep the infrastructure correct (along with other prebid-deferred references you may see)
- Bump version to 0.2.71 - Include policy parameter fixes for token/generate
|
I would recommend adding |
To ensure nginx reverse-proxy works locally, I had to add all certificates/https infrastructure so that local operator would accept requests from the new sample-dev.com origin. I followed the example in uid2-web-integrations/localtest setup.md which required