leon #105

Closed
leon wants to merge 74 commits from (deleted):leon into master
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 113c49d559 - Show all commits

View File

@ -135,6 +135,9 @@
};
locations."/alert2muc" = {
proxyPass = "http://localhost:9022";
extraConfig = ''
rewrite ^/alert2muc/(.*) /$1 break;
'';
};
};
};