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
+}