LXGaming / DiscordStream

StreamBot for Discord written in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiscordStream

License

Reverse Proxy

Nginx

server {
    ...
    location /webhooks/ {
        include /etc/nginx/proxy_params;
        proxy_pass http://127.0.0.1:8080/api/webhooks/;
        proxy_redirect http://127.0.0.1:8080/api/webhooks/ https://$server_name/webhooks/;
    }
}

License

DiscordStream is licensed under the Apache 2.0 license.

About

StreamBot for Discord written in C#

License:Apache License 2.0


Languages

Language:C# 100.0%