diff --git a/_config/nginx.conf b/_config/nginx.conf
index 36e0dffda1ba3a53764adab58a91a07e0ef11262..d345224921d0646d1d717f32225d5d173cdc0ef0 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
+}