Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
From: Francis Bolduc <fbolduc@gmail.com>
To: Juliusz Chroboczek <jch@irif.fr>
Cc: galene@lists.galene.org
Subject: [Galene] Re: Behind reverse proxy, not at the root
Date: Sat, 24 Feb 2024 13:56:52 -0500	[thread overview]
Message-ID: <CAHpL4=i0ogpp2PdVnkSgjBDWcRKAsS8=p3z36UbKMcPM0F0zKg@mail.gmail.com> (raw)
In-Reply-To: <87o7c5purn.wl-jch@irif.fr>

> > I just tried using the suggested configuration:
> >
> >> "proxyURL": "/foo"
> >
> > But when I go to that URL, I get the following message:
> >
> >   Page not found!
> >   We can't find the page you're looking for.
> >   Back to home
>
> Is your proxy rewriting the paths?  Or is it just gluing multiple sites
> together?

The latter. I use haproxy with a frontend config that forwards the
HTTP requests to a backend server based on path rules. Here is an
example config:

    frontend https
     bind *:443 ssl crt /etc/haproxy/selfsigned.pem crt
/etc/haproxy/certs.d alpn h2,http/1.1
     mode http
     acl is_path_galene path_beg -i /foo
     use_backend galene if is_path_galene

    backend galene
     mode http
     server srv_galene 127.0.0.1:43210

And I launch galene with the following flag:
    --http=127.0.0.1:43210

Regards,
Francis

  reply	other threads:[~2024-02-24 18:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 23:40 [Galene] " Francis Bolduc
2024-01-18 11:08 ` [Galene] " Juliusz Chroboczek
2024-01-18 14:56   ` Francis Bolduc
2024-02-24 11:49 ` Juliusz Chroboczek
2024-02-24 14:34   ` Francis Bolduc
2024-02-24 18:27     ` Francis Bolduc
2024-02-24 18:44       ` Juliusz Chroboczek
2024-02-24 18:56         ` Francis Bolduc [this message]
2024-02-24 20:12           ` Juliusz Chroboczek
2024-02-24 21:28             ` Francis Bolduc
2024-02-24 22:16               ` Juliusz Chroboczek
2024-02-24 22:19                 ` Francis Bolduc
2024-02-24 22:49                   ` Juliusz Chroboczek
2024-02-25  0:51                     ` Francis Bolduc
2024-02-25 11:10                       ` Juliusz Chroboczek
2024-03-03 15:20                         ` Juliusz Chroboczek
2024-03-03 15:30                           ` Dianne Skoll
     [not found]                           ` <170947981403.1000.17286547855683116289@gauss.local>
2024-03-03 15:52                             ` Juliusz Chroboczek
2024-03-03 16:04                             ` Dirk-Willem van Gulik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHpL4=i0ogpp2PdVnkSgjBDWcRKAsS8=p3z36UbKMcPM0F0zKg@mail.gmail.com' \
    --to=fbolduc@gmail.com \
    --cc=galene@lists.galene.org \
    --cc=jch@irif.fr \
    --subject='[Galene] Re: Behind reverse proxy, not at the root' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox