Skip to content
Snippets Groups Projects
Unverified Commit c9ab990e authored by Riccardo Spagni's avatar Riccardo Spagni :speech_balloon:
Browse files

fix typo in linux

parent a6bbb5eb
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ server { ...@@ -105,7 +105,7 @@ server {
rewrite ^ /gui/monero-linux-x64-v0.10.3.1.tar.bz2 redirect; 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; rewrite ^ /gui/monero-linux-x86-v0.10.3.1.tar.bz2 redirect;
} }
...@@ -240,4 +240,4 @@ server { ...@@ -240,4 +240,4 @@ server {
fastcgi_pass phpfpm; fastcgi_pass phpfpm;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment