add jelly and media
This commit is contained in:
parent
1b02f9ea95
commit
7b56869d27
1 changed files with 15 additions and 0 deletions
|
@ -148,6 +148,21 @@
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
'';
|
||||
};
|
||||
"jellyfin.joshuabell.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.64.0.13";
|
||||
};
|
||||
};
|
||||
"media.joshuabell.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.64.0.13";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
"_" = {
|
||||
default = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue