| [05:00:40] | * RUros[m] has joined #farmos |
| [05:00:41] | <RUros[m]> | Hi there |
| [05:03:16] | <RUros[m]> | ACTION posted a file: (1KiB) < https://matrix.org/oftc/media/v1/media/download/ARhXqOQzzI4F6eBckbhBtC_I... > |
| [05:03:17] | <RUros[m]> | ACTION posted a file: (1KiB) < https://matrix.org/oftc/media/v1/media/download/Adq4VD27q1nYDWUw859ijLPU... > |
| [05:03:28] | <RUros[m]> | trying to change ports for http and https access. It all works fine with default 80 and 443 (ssl) ports. But since i have multiple web servers on my machine, i would like to work farmos on port 8080 for http and 8888 for ssl. this is how i changed my docker compose and nginx files, but it is not working. All I get is error 404 or even cannot connect to site. |
| [08:05:27] | <farmBOT> | @farmOS@fosstodon.org => The #farmOS monthly community call is today at 2pm Eastern. All are welcome! https://farmos.org/community/monthly-call/ => https://fosstodon.org/@farmOS/115020707672942037 |
| [08:49:24] | * symbioquine[m] has joined #farmos |
| [08:49:25] | <symbioquine[m]> | <RUros[m]> "trying to change ports for..." <- What's the output of `grep 'reverse_proxy_trusted_headers' ./sites/default/settings.php` |
| [08:50:49] | <symbioquine[m]> | For reference, see: https://www.drupal.org/docs/getting-started/installing-drupal/using-a-lo... |
| [08:52:48] | <symbioquine[m]> | Your configs otherwise seem fine (to my eye at least) |
| [08:57:08] | <mstenta[m]> | RUros: One thing I notice in your config is that Docker Compose is forwarding port 8888 to 443 in the proxy container, but then Nginx is configured to `listen 8888 ssl;` - I think that should be `listen 443 ssl;` |