changed name of docker network from inception to local-wp
This commit is contained in:
10
notes.md
10
notes.md
@@ -1,4 +1,14 @@
|
||||
|
||||
- [find default nginx index.html file with welcome message](https://stackoverflow.com/a/39335059)
|
||||
/usr/sbin/nginx -> binary file
|
||||
/usr/lib/nginx -> modules/ empty
|
||||
/usr/share/nginx -> `http-default_server.conf` -> error 404
|
||||
/run/nginx -> `nginx.pid`
|
||||
/var/log/nginx -> logs
|
||||
/var/lib/nginx -> folders : html/index.html -> i changed it and it didn't reflect on front
|
||||
/etc/logrotate.d/nginx -> file for logrogate
|
||||
/etc/nginx -> classic configs files
|
||||
|
||||
#### debug :
|
||||
|
||||
- `docker exec -ti <container-name> bash` to run bash inside a running container
|
||||
|
||||
Reference in New Issue
Block a user