Преглед изворни кода

Fix path to default.conf in README.md

Nathan Weeks пре 3 година
родитељ
комит
098e551c35
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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: