* minor changes - format location section and describe docker visualize graph in readme

This commit is contained in:
2023-09-15 09:08:33 +03:00
parent d29546cb34
commit a87fc51072
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ server {
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
location ~* ^/wp-content/uploads/.*$ {
location ~* ^/wp-content/uploads/.*$ {
expires max;
proxy_pass $uploads_upstream;
}

View File

@ -32,8 +32,12 @@ For use visualization with `/usr/bin/dot`
### Containers
This is not usefully, but if your externally needs...
`dockviz containers -d | dot -Tpng -o ~/containers.png`
### Images
Proof technology
`dockviz images -d | dot -Tpng -o ~/images.png`