explorer: Correct python webserver configs

This commit is contained in:
x
2026-01-23 12:40:05 +00:00
parent 5020443bc5
commit b9005d5852
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# hypercorn --config hypercorn.toml app:app
# hypercorn --config hypercorn.toml explorer:app
bind = ["unix:/run/explorer/hypercorn.sock"]
workers = 8
worker_class = "asyncio"

View File

@@ -15,7 +15,7 @@ server {
add_header X-XSS-Protection "1; mode=block" always;
location / {
proxy_pass http://explorer
proxy_pass http://explorer;
proxy_redirect off;
proxy_set_header Host $host;