Nginx upstreams.conf edit breaks RatOS 2.1 #478

Open
opened 2024-06-08 18:32:00 +02:00 by smwoodward · 0 comments
smwoodward commented 2024-06-08 18:32:00 +02:00 (Migrated from github.com)

Linux Distribution

All

What happened

On RatOS 2.1, if you use Kiauh to install Fluidd, it edits /etc/nginx/conf.d/upstreams.conf and it removes
upstream configurator {
ip_hash;
server 127.0.0.1:3000;
}
Which is needed for RatOS 2.1 webapps to work.

What did you expect to happen

RatOS configuration pages to continue to work after user installs Fluidd

How to reproduce

Install RatOS 2.1
Check that http:///configure works
Use kiauh to install Fluidd
http:///configure no longer works.

Additional information

No response

### Linux Distribution All ### What happened On RatOS 2.1, if you use Kiauh to install Fluidd, it edits /etc/nginx/conf.d/upstreams.conf and it removes upstream configurator { ip_hash; server 127.0.0.1:3000; } Which is needed for RatOS 2.1 webapps to work. ### What did you expect to happen RatOS configuration pages to continue to work after user installs Fluidd ### How to reproduce Install RatOS 2.1 Check that http://<ip address>/configure works Use kiauh to install Fluidd http://<ip address>/configure no longer works. ### Additional information _No response_
Sign in to join this conversation.