mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 07:19:16 +02:00
examples: fix nginx example (#1478)
This commit is contained in:
parent
7029b108e7
commit
ec91a98157
3 changed files with 27 additions and 26 deletions
|
@ -11,6 +11,6 @@ server {
|
|||
location / {
|
||||
proxy_pass http://httpbin;
|
||||
include /etc/nginx/auth.conf;
|
||||
include /config/nginx/proxy.conf;
|
||||
include /etc/nginx/proxy.conf;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue