Reword
Build and publish docker image snapshot / build-and-publish (push) Successful in 1m22s Details

This commit is contained in:
Stefan Forstenlechner 2024-09-04 12:15:09 +02:00
parent 69d08b0c7a
commit 4092ec7307
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ http {
location ~ /(images|directories|folderspreview) {
proxy_cache picture_gallery_cache;
# cache is valid for 60 minutes. Reduce or increase this time according to your needs.
# cache is valid for 60 minutes. Increase or decrease according to your needs.
proxy_cache_valid 200 302 60m;
proxy_cache_min_uses 1;
proxy_pass http://127.0.0.1:3005;