Compare commits
2 commits
e909b1f5e3
...
6c0c5db16a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6c0c5db16a | ||
![]() |
7b56869d27 |
1 changed files with 15 additions and 0 deletions
|
@ -147,6 +147,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