Compare commits
No commits in common. "1e512af67c1a2dfd25f28b6647379070797d537d" and "d9df9c0e54db68a9d70ef7dddfdf7422396e95c1" have entirely different histories.
1e512af67c
...
d9df9c0e54
4 changed files with 0 additions and 46 deletions
|
|
@ -9,5 +9,3 @@ deno run ./charlotte-partners.ts > out/charlotte-partners.conf
|
||||||
deno run ./charlotte-partners-labeler.ts > out/charlotte-partners-labeler.conf
|
deno run ./charlotte-partners-labeler.ts > out/charlotte-partners-labeler.conf
|
||||||
deno run ./bfuse-filter-umm-gay.ts > out/bfuse-filter-umm-gay.conf
|
deno run ./bfuse-filter-umm-gay.ts > out/bfuse-filter-umm-gay.conf
|
||||||
deno run ./hang-out-while-she-watches.ts > out/hang-out-while-she-watches.conf
|
deno run ./hang-out-while-she-watches.ts > out/hang-out-while-she-watches.conf
|
||||||
deno run ./cocoon.ts > out/cocoon.conf
|
|
||||||
deno run ./paper-k256-umm-gay.ts > out/paper-k256-umm-gay.conf
|
|
||||||
|
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
import ngx from "jsr:@char/ngx@0.1";
|
|
||||||
|
|
||||||
export const config = ngx("", [
|
|
||||||
ngx("map $http_upgrade $connection_upgrade", [
|
|
||||||
"default upgrade",
|
|
||||||
"'' close"
|
|
||||||
]),
|
|
||||||
[],
|
|
||||||
ngx("server", [
|
|
||||||
[
|
|
||||||
"server_name cocoon.bun.how",
|
|
||||||
...ngx.listen(),
|
|
||||||
...ngx.letsEncrypt("cocoon.bun.how"),
|
|
||||||
],
|
|
||||||
ngx("location /", [
|
|
||||||
"client_max_body_size 1G",
|
|
||||||
"proxy_pass http://127.0.0.12:8080",
|
|
||||||
"proxy_http_version 1.1",
|
|
||||||
"proxy_set_header Upgrade $http_upgrade",
|
|
||||||
"proxy_set_header Connection $connection_upgrade",
|
|
||||||
"proxy_set_header Host $host",
|
|
||||||
"proxy_read_timeout 300s",
|
|
||||||
]),
|
|
||||||
]),
|
|
||||||
]);
|
|
||||||
|
|
||||||
if (import.meta.main) console.log(config.build());
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
import ngx from "jsr:@char/ngx@0.1";
|
|
||||||
|
|
||||||
export const domain = "paper-k256.umm.gay"
|
|
||||||
|
|
||||||
export const config = ngx("server", [
|
|
||||||
[
|
|
||||||
`server_name ${domain}`,
|
|
||||||
...ngx.listen(),
|
|
||||||
...ngx.letsEncrypt(domain),
|
|
||||||
],
|
|
||||||
ngx("location /", [
|
|
||||||
`root /srv/www/${domain}/web`,
|
|
||||||
]),
|
|
||||||
]);
|
|
||||||
|
|
||||||
if (import.meta.main) console.log(config.build());
|
|
||||||
1
www/paper-k256.umm.gay/.gitignore
vendored
1
www/paper-k256.umm.gay/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
/web
|
|
||||||
Loading…
Reference in a new issue