Infini-OPTIPLEX: setup blahaj.inx.moe
This commit is contained in:
parent
c3da8351ec
commit
adb1fce587
2 changed files with 7 additions and 1 deletions
|
@ -63,12 +63,18 @@
|
|||
virtualHosts =
|
||||
let
|
||||
cfg = config.services.nginx;
|
||||
inherit (config.common.nginx) ssl;
|
||||
inherit (config.common.nginx) ssl ssl-optional;
|
||||
in
|
||||
{
|
||||
"*.inx.moe" = ssl // {
|
||||
globalRedirect = "inx.moe";
|
||||
};
|
||||
"blahaj.inx.moe" = ssl-optional // {
|
||||
locations."/" = {
|
||||
tryFiles = "/Blahaj.png =404";
|
||||
root = ./static;
|
||||
};
|
||||
};
|
||||
"nitter.inx.moe" = ssl // {
|
||||
globalRedirect = "twitter.com";
|
||||
};
|
||||
|
|
BIN
hosts/Infini-OPTIPLEX/static/Blahaj.png
Normal file
BIN
hosts/Infini-OPTIPLEX/static/Blahaj.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 882 KiB |
Loading…
Add table
Add a link
Reference in a new issue