Add nginx config for serving html files

post/wasm-gol-2
Ashelyn Rose 1 year ago
parent e77e2fcfec
commit 45f02ab519

@ -103,6 +103,7 @@
root = "${pkg}"; root = "${pkg}";
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
tryFiles = "$uri $uri.html $uri/index.html =404";
}; };
}; };
}; };

Loading…
Cancel
Save