Previously, due to a failure to reboot into the correct profile, I didn't realize that this version had broken strings in the output, making nginx fail to start
+1
-1
Diff
round #1
+1
-1
packetmix/systems/umber/silverbullet.nix
+1
-1
packetmix/systems/umber/silverbullet.nix
···
48
48
}
49
49
];
50
50
locations."/".return =
51
-
''403 '403 - Access Denied: Your device is logged on to tailscale as '$http_x_webauth_user'. Unfortunately, this is a private silverbullet instance for 'minion', please use https://silverbullet.clicks.codes instead' '';
51
+
''403 "403 - Access Denied: Your device is logged on to tailscale as '$http_x_webauth_user'. Unfortunately, this is a private silverbullet instance for 'minion', please use https://silverbullet.clicks.codes instead"'';
52
52
};
53
53
54
54
services.nginx.commonHttpConfig = ''
History
2 rounds
0 comments
a.starrysky.fyi
submitted
#1
1 commit
expand
collapse
fix(pm/umber/sb): correct speech marks
Previously, due to a failure to reboot into the correct profile, I
didn't realize that this version had broken strings in the output,
making nginx fail to start
expand 0 comments
pull request successfully merged
a.starrysky.fyi
submitted
#0
1 commit
expand
collapse
fix(pm/umber/sb): correct speech marks
Previously, due to a failure to reboot into the correct profile, I
didn't realize that this version had broken strings in the output,
making nginx fail to start