mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-02 03:06:27 +00:00
fix typo in linux
This commit is contained in:
parent
a6bbb5ebbb
commit
c9ab990ea1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue