Rename de sx.viyurz.fr en searx.viyurz.fr
This commit is contained in:
parent
42fa44e3ec
commit
ebf7ab460b
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ http {
|
|||
|
||||
http2 on;
|
||||
|
||||
server_name sx.viyurz.fr;
|
||||
server_name searx.viyurz.fr;
|
||||
|
||||
location ~ ^/(config|healthz|stats/errors|stats/checker) {
|
||||
proxy_pass http://localhost:8083;
|
||||
|
|
|
@ -25,7 +25,7 @@ services:
|
|||
- ./settings.yml:/etc/searxng/settings.yml
|
||||
- ./limiter.toml:/etc/searxng/limiter.toml
|
||||
environment:
|
||||
- SEARXNG_BASE_URL=https://sx.viyurz.fr/
|
||||
- SEARXNG_BASE_URL=https://searx.viyurz.fr/
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
|
|
Loading…
Reference in a new issue