fix typo in linux

This commit is contained in:
Riccardo Spagni 2017-06-03 22:58:07 +02:00
parent a6bbb5ebbb
commit c9ab990ea1
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -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;
}
}
}