From 63d888933d736644269eecc7e11ea38073b05b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Moreau?= Date: Fri, 17 Mar 2017 15:16:56 +0100 Subject: [PATCH] The "About" page is not showing Duniter logo --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 53e72dd..25410c2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,7 @@ location / { proxy_read_timeout 86400s; proxy_send_timeout 86400s; - location ~ \.(js|css|woff|woff2|ttf) { + location ~ \.(js|css|woff|woff2|ttf|png) { proxy_pass http://localhost:9220; access_by_lua_file /usr/share/ssowat/access.lua; }