From c9ab990ea17f80ddf783ab9d950b781ba6a00400 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Sat, 3 Jun 2017 22:58:07 +0200 Subject: [PATCH] fix typo in linux --- _config/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config/nginx.conf b/_config/nginx.conf index 36e0dffd..d3452249 100644 --- a/_config/nginx.conf +++ b/_config/nginx.conf @@ -105,7 +105,7 @@ server { rewrite ^ /gui/monero-linux-x64-v0.10.3.1.tar.bz2 redirect; } - location /gui/inux32 { + location /gui/linux32 { rewrite ^ /gui/monero-linux-x86-v0.10.3.1.tar.bz2 redirect; } @@ -240,4 +240,4 @@ server { fastcgi_pass phpfpm; } -} \ No newline at end of file +}