mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
docs: add nginx example (#1329)
* docs: add nginx example Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
parent
51bdf9baae
commit
a69b9957a1
11 changed files with 336 additions and 0 deletions
17
examples/nginx/README.md
Normal file
17
examples/nginx/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Pomerium as external auth provider for Nginx
|
||||
|
||||
Run this demo locally on your docker-compose capable workstation, or replace `localhost.pomerium.io` with your own domain if running on a server.
|
||||
|
||||
## Includes
|
||||
|
||||
- Authentication and Authorization managed by pomerium
|
||||
- Routing / reverse proxying handled by nginx
|
||||
|
||||
## How
|
||||
|
||||
- Update `config.yaml` for your e-mail address, if not using gmail/google.
|
||||
- Replace secrets in `config.yaml`.
|
||||
- Run `docker-compose up` from this directory.
|
||||
- Navigate to `https://httpbin.localhost.pomerium.io`
|
||||
- ???
|
||||
- Profit
|
Loading…
Add table
Add a link
Reference in a new issue