examples: fix nginx example (#1478)

This commit is contained in:
bobby 2020-10-01 16:05:12 -07:00 committed by GitHub
parent 7029b108e7
commit ec91a98157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 26 deletions

View file

@ -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;
}
}