mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: work cleanup
This commit is contained in:
parent
bfc7b89c03
commit
82e6ec9d64
34 changed files with 214 additions and 3767 deletions
|
|
@ -93,32 +93,32 @@
|
|||
client_max_body_size 0;
|
||||
'';
|
||||
};
|
||||
"/radarr" = {
|
||||
proxyPass = "http://127.0.0.1:7878";
|
||||
"= /radarr" = {
|
||||
proxyPass = "http://127.0.0.1:7878/";
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
};
|
||||
"/readarr" = {
|
||||
proxyPass = "http://127.0.0.1:8787";
|
||||
"= /readarr" = {
|
||||
proxyPass = "http://127.0.0.1:8787/";
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
};
|
||||
"/sonarr" = {
|
||||
proxyPass = "http://127.0.0.1:8989";
|
||||
"= /sonarr" = {
|
||||
proxyPass = "http://127.0.0.1:8989/";
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
};
|
||||
"/lidarr" = {
|
||||
proxyPass = "http://127.0.0.1:8686";
|
||||
"= /lidarr" = {
|
||||
proxyPass = "http://127.0.0.1:8686/";
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
};
|
||||
"/prowlarr" = {
|
||||
proxyPass = "http://127.0.0.1:9696";
|
||||
"= /prowlarr" = {
|
||||
proxyPass = "http://127.0.0.1:9696/";
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue