Rename de sx.viyurz.fr en searx.viyurz.fr

This commit is contained in:
Viyurz 2023-11-28 14:09:39 +00:00
parent 42fa44e3ec
commit ebf7ab460b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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: