From 272edc8f2041253673aa5ab60e361041f39d0c0e Mon Sep 17 00:00:00 2001 From: Stefan Forstenlechner Date: Wed, 4 Sep 2024 12:16:49 +0200 Subject: [PATCH] Reduce empty space in README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9722621..6843e27 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,8 @@ In case you are using nginx as reverse proxy already, here is an example config ```nginx 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; - - + server { ... @@ -109,7 +107,6 @@ http { } server_name gallery.domain.com - ... } }