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 =
|
virtualHosts =
|
||||||
let
|
let
|
||||||
cfg = config.services.nginx;
|
cfg = config.services.nginx;
|
||||||
inherit (config.common.nginx) ssl;
|
inherit (config.common.nginx) ssl ssl-optional;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"*.inx.moe" = ssl // {
|
"*.inx.moe" = ssl // {
|
||||||
globalRedirect = "inx.moe";
|
globalRedirect = "inx.moe";
|
||||||
};
|
};
|
||||||
|
"blahaj.inx.moe" = ssl-optional // {
|
||||||
|
locations."/" = {
|
||||||
|
tryFiles = "/Blahaj.png =404";
|
||||||
|
root = ./static;
|
||||||
|
};
|
||||||
|
};
|
||||||
"nitter.inx.moe" = ssl // {
|
"nitter.inx.moe" = ssl // {
|
||||||
globalRedirect = "twitter.com";
|
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