removing http from https-arti24.eu.conf

This commit is contained in:
Artur Kuś 2025-08-18 17:02:16 +02:00
parent a31399f32f
commit cb7737b16e
1 changed files with 42 additions and 44 deletions

View File

@ -1,4 +1,3 @@
http {
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=img_cache:100m inactive=24h use_temp_path=off; proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=img_cache:100m inactive=24h use_temp_path=off;
server { server {
@ -46,4 +45,3 @@ http {
add_header X-Cache-Status $upstream_cache_status; add_header X-Cache-Status $upstream_cache_status;
} }
} }
}