1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-04-16 18:51:01 +00:00

Merge pull request #1888 from nathanweeks/patch-1

Fix path to default.conf in README.md
This commit is contained in:
Nicolas Duchon 2022-02-14 16:19:33 +01:00 committed by GitHub
commit 4c622708bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,10 +423,10 @@ Please note that using regular expressions in `VIRTUAL_HOST` will always result
### Troubleshooting ### Troubleshooting
In case you can't access your VIRTUAL_HOST, set `DEBUG=true` in the client container's environment and have a look at the generated nginx configuration file `/etc/nginx/conf.d/default`: In case you can't access your VIRTUAL_HOST, set `DEBUG=true` in the client container's environment and have a look at the generated nginx configuration file `/etc/nginx/conf.d/default.conf`:
```console ```console
docker exec <nginx-proxy-instance> cat /etc/nginx/conf.d/default docker exec <nginx-proxy-instance> cat /etc/nginx/conf.d/default.conf
``` ```
Especially at `upstream` definition blocks which should look like: Especially at `upstream` definition blocks which should look like: