Ntfy setup
This commit is contained in:
parent
7e63b18eef
commit
bad95afc7b
4 changed files with 27 additions and 3 deletions
|
|
@ -86,6 +86,15 @@
|
|||
proxy_buffering off;
|
||||
'';
|
||||
};
|
||||
"ntfy.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://freya.tsn:7080/";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
client_max_body_size 5g;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"my-nextcloud.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://freya.tsn:80/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue