removing http from https-arti24.eu.conf
This commit is contained in:
parent
a31399f32f
commit
cb7737b16e
|
|
@ -1,7 +1,6 @@
|
||||||
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 {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
server_name arti24.eu;
|
server_name arti24.eu;
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
|
@ -45,5 +44,4 @@ http {
|
||||||
proxy_cache_use_stale error timeout updating;
|
proxy_cache_use_stale error timeout updating;
|
||||||
add_header X-Cache-Status $upstream_cache_status;
|
add_header X-Cache-Status $upstream_cache_status;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue