mirror of https://github.com/searxng/searxng.git
[fix] missing 'alias' typo in docs/admin/installation-nginx.rst
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
93f7f7eee2
commit
9d60ae1ce6
|
@ -189,7 +189,7 @@ Started wiki`_ is always a good resource *to keep in the pocket*.
|
||||||
}
|
}
|
||||||
|
|
||||||
location /searx/static {
|
location /searx/static {
|
||||||
/usr/local/searx/searx-src/searx/static;
|
alias /usr/local/searx/searx-src/searx/static;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue