ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Anyone using Jitsi behind Nginx

    Scheduled Pinned Locked Moved Solved IT Discussion
    jitsinginx
    44 Posts 11 Posters 19.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      br0wnt0wn @JaredBusch
      last edited by

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

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch @br0wnt0wn
        last edited by

        @br0wnt0wn said in 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

        That quide is from almost 2 years ago. Maybe things have changed.

        1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch
          last edited by JaredBusch

          I'm tired of dealing with stupid for a bit. let me spin up a new instance and try it

          1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch
            last edited by

            Spinning up a new Debian 10 install to work from.
            90f4d07d-c6c5-4cdc-a323-c4707ff61dda-image.png

            1 Reply Last reply Reply Quote 0
            • B
              br0wnt0wn
              last edited by

              Awesome, thanks!

              1 Reply Last reply Reply Quote 0
              • B
                br0wnt0wn
                last edited by

                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.

                JaredBuschJ 1 Reply Last reply Reply Quote 0
                • stacksofplatesS
                  stacksofplates @sadeghpm
                  last edited by

                  @sadeghpm said in Anyone using Jitsi behind Nginx:

                  @stacksofplates i use official docker-compose file and according to their documentation.

                  Yeah you shouldn't need to modify the properties file then. Just use the env vars in your .env file.

                  1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @br0wnt0wn
                    last edited by

                    @br0wnt0wn said in Anyone using Jitsi behind Nginx:

                    Ok i seem to have gotten it working.

                    Good, because I was pulled away.

                    1 Reply Last reply Reply Quote 0
                    • P
                      phqzgunsfjror
                      last edited by phqzgunsfjror

                      @JaredBusch

                      Thank you for sharing the configuration how you put the Nginx in front of Jitsi.
                      I tried exactly the same way and for some reason it isn't working for me. The original post is a little old. Hence, let me ask you whether it still works for you. And let me know whether you added something in the configuration for a newer Jitsi version.

                      Actually I have the same behavior like described on reddit (502 Bad Gateway) : https://www.reddit.com/r/selfhosted/comments/fve1ib/jitsi_with_nginx_proxy/
                      The difference is I dont use docker but the normal installation on ubuntu (https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md).

                      Regarding ports I did:
                      myrouter (80, 443) -> VM1: nginx (with your config)
                      myrouter (10000 udp) -> VM2: jitsi

                      P 1 Reply Last reply Reply Quote 1
                      • P
                        phqzgunsfjror @phqzgunsfjror
                        last edited by

                        @phqzgunsfjror said in Anyone using Jitsi behind Nginx:

                        @JaredBusch

                        Thank you for sharing the configuration how you put the Nginx in front of Jitsi.
                        I tried exactly the same way and for some reason it isn't working for me. The original post is a little old. Hence, let me ask you whether it still works for you. And let me know whether you added something in the configuration for a newer Jitsi version.

                        Actually I have the same behavior like described on reddit (502 Bad Gateway) : https://www.reddit.com/r/selfhosted/comments/fve1ib/jitsi_with_nginx_proxy/
                        The difference is I dont use docker but the normal installation on ubuntu (https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md).

                        Regarding ports I did:
                        myrouter (80, 443) -> VM1: nginx (with your config)
                        myrouter (10000 udp) -> VM2: jitsi

                        It seems the jitsi team moved the documentation to somewhere else a couple of days ago ... including some more information about nginx reverse proxy.
                        https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart

                        If the installation is behind a proxying nginx server, remove /etc/nginx/modules-enabled/60-jitsi-meet.conf. Then go to /etc/nginx/site-available/your-conf and change it to listen on 443 instead of 4444 and restart nginx.

                        I did that on my jitsi vm and now it works like a charm. The nginx reverse proxy config above is still enough for the current jitsi version.

                        From my end there was nothing to do with the stuff about NAT (the restart of the jitsi vm was enough).

                        I hope it helps someone else. The nginx reverse proxy gives me the opportunity using multiple applications behind ports 80/443 at home.

                        1 Reply Last reply Reply Quote 2
                        • 1
                        • 2
                        • 3
                        • 3 / 3
                        • First post
                          Last post