What is Nostr?
Nekobit /
npub1q3k…q3wu
2023-05-31 22:39:27

Nekobit on Nostr: Does anyone know how to do something like (js|css|png) for OpenBSD Httpd server ...

Does anyone know how to do something like (js|css|png) for OpenBSD Httpd

server "default" {
listen on * port 80
root "htdocs/treebird"
location "/*\.css" { root "htdocs/treebird" }
location "/*\.png" { root "htdocs/treebird" }
location "/js/*\.js" { root "htdocs/treebird" }
location "/*" {
fastcgi socket tcp localhost 4008
}
}


Author Public Key
npub1q3ka9kjxfdnw0w0gsxjmkvp55v7mga469ekg74pu6x8aq9x32uxsk0q3wu