mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-31 09:57:17 +02:00
nginx: fix docs (#1691)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
931c87d85c
commit
d3c697d3e4
12 changed files with 51 additions and 32 deletions
|
@ -1,6 +1,10 @@
|
|||
version: "3"
|
||||
services:
|
||||
nginx:
|
||||
# to emulate nginx-ingress behavior, use openresty which comes with 'escaped_request_uri'
|
||||
# pre-compiled. Also uncomment lines marked `uncomment to emulate nginx-ingress behavior`
|
||||
# in the nginx `.conf` configuration files.
|
||||
# image: openresty/openresty
|
||||
image: nginx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue