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