this post was submitted on 23 Jun 2023
17 points (100.0% liked)
Free and Open Source Software
17916 readers
10 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I tried installing Lemmy on my server, but it runs Apache HTTPD on the web port, and I couldn't work out how to integrate Lemmy with that web server. From what I can tell from the NGINX sample config, you need to be able to specify rewrite rules based on the HTTP request method rather than on just the URL, and I just couldn't see how to do that with Apache...
I think I'll try installing kbin instead, this seems to have a more standard setup, similar to Mastodon.
Well this is typically something that merits to be kept in some "installing Lemmy stuff" place IMO!
In the Lemmy documentation they clearly say they don't want to support any reverse proxy except nginx, so not really much point posting it to any "official" community.