mirror of
https://github.com/AlexBocken/mykb.git
synced 2024-12-04 19:05:57 +01:00
explain port for nginx
This commit is contained in:
parent
c8add5bafe
commit
8d7835c833
@ -73,7 +73,7 @@ server:
|
|||||||
|
|
||||||
#### Nginx
|
#### Nginx
|
||||||
|
|
||||||
In the appropriate `server{}` section of your nginx setup add the following:
|
In the appropriate `server{ listen 443 ssl; }` section of your nginx setup add the following:
|
||||||
Where `MINOR_VERSION` should be `11` for example for python 3.11, adjust appropriately.
|
Where `MINOR_VERSION` should be `11` for example for python 3.11, adjust appropriately.
|
||||||
```nginx
|
```nginx
|
||||||
location /searx/static/ {
|
location /searx/static/ {
|
||||||
|
Loading…
Reference in New Issue
Block a user