From 015a18f33ac6e95494d7e49439dcceb53c549ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Mon, 5 Dec 2022 14:21:28 +0100 Subject: [PATCH] Fix inline alignement --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 744d24b..239b22e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -145,7 +145,7 @@ http { # h5bp/cross-origin/requests.conf map $sent_http_content_type $cors { # Images - ~*image/ "*"; + ~*image/ "*"; # Web fonts ~*font/ "*";