Reduce empty space in README
Build and publish docker image snapshot / build-and-publish (push) Successful in 1m19s Details

This commit is contained in:
Stefan Forstenlechner 2024-09-04 12:16:49 +02:00
parent 4092ec7307
commit 272edc8f20
1 changed files with 1 additions and 4 deletions

View File

@ -89,10 +89,8 @@ In case you are using nginx as reverse proxy already, here is an example config
```nginx ```nginx
http { http {
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=picture_gallery_cache:10m max_size=100m inactive=60m use_temp_path=off; proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=picture_gallery_cache:10m max_size=100m inactive=60m use_temp_path=off;
server { server {
... ...
@ -109,7 +107,6 @@ http {
} }
server_name gallery.domain.com server_name gallery.domain.com
... ...
} }
} }