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