mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +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
|
@ -7,7 +7,7 @@ server {
|
|||
|
||||
location / {
|
||||
proxy_pass http://pomerium;
|
||||
include /config/nginx/proxy.conf;
|
||||
include /etc/nginx/proxy.conf;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue