ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. br0wnt0wn
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Groups 0

    br0wnt0wn

    @br0wnt0wn

    0
    Reputation
    11
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    br0wnt0wn Unfollow Follow

    Latest posts made by br0wnt0wn

    • RE: Anyone using Jitsi behind Nginx

      Ok i seem to have gotten it working. In the nginx config on the jitsi server, I commented everything from this line:

      location^~ /.well-known/acme-challenge/ {
      

      to this line:

      ssl_certificate_key /etc/jitsi/meet/sub.domain.com.key;
      

      which effectively removes the server block listening on port 4444, then moves all of the location blocks and config from the listen 4444 server block to the listen 80 server block.

      posted in IT Discussion
      B
      br0wnt0wn
    • RE: Anyone using Jitsi behind Nginx

      Awesome, thanks!

      posted in IT Discussion
      B
      br0wnt0wn
    • RE: Anyone using Jitsi behind Nginx

      @JaredBusch When i install jitsi-meet via sudo apt-get -y install jitsi-meet, it automatically installs and configures nginx

      posted in IT Discussion
      B
      br0wnt0wn
    • RE: Anyone using Jitsi behind Nginx

      @JaredBusch Did you change the nginx conf on the jitsi server? I followed your instructions on "Install Jitsi-Meet on Debian 9 minimal" including the nginx conf, but i'm getting a err_too_many_redirects error.

      posted in IT Discussion
      B
      br0wnt0wn