update microbin, add sxhkdrc command to paste clipboard to my bin

This commit is contained in:
Anish Lakhwara
2023-05-12 21:23:45 +10:00
parent 110ba17935
commit 2a1f956227
5 changed files with 10 additions and 9 deletions
+4 -1
View File
@@ -7,11 +7,14 @@
services.nginx.virtualHosts."bin.sealight.xyz" = {
enableACME = true;
forceSSL = true;
extraConfig = "client_max_body_size 20M;";
locations."/" = {
extraConfig = ''
proxy_pass http://localhost:4949/;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
'';
};
};