Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Restructure BSQ explorer as system service for easy installation #15

Merged
3 changes: 2 additions & 1 deletion nginx.conf
Expand Up @@ -49,7 +49,8 @@ http {
root /bisq/bisq-explorer/www;

location / {
try_files $uri $uri/ /index.html =404;
expires 10s;
try_files $uri $uri/ /index.html =404;
}
}

Expand Down