From 760975c5ab048fe583e4462659754ca0762247dc Mon Sep 17 00:00:00 2001 From: Sorah Fukumori Date: Sun, 22 Oct 2017 14:40:31 +0900 Subject: [PATCH] make /icons static on isu1 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 0213353..06807df 100644 --- a/nginx.conf +++ b/nginx.conf @@ -97,7 +97,7 @@ http { } location /icons { add_header Cache-Control "public, max-age=86400"; - proxy_pass http://isutwo; + root /home/isucon; } location / {