I am installing a test Swift server on Ubuntu 20.04.
I have managed to Install everything using the default settings.
After I start the Proxy server, and I test the system, I get an error.
When I check who is listening on port 8080, I see 2 Proxy server instances.
I have set the default workers to 1 and the concurrency = 1 too.
I reboot the server and again my test fails, and I have two instance of the proxy server running. If I kill one, and new appears immediately.
I am using this command to test the server:
swift -V 1 -A http://localhost:8080/auth/v1.0 -U test:tester -K testing stat
Any idea waht why there are two Proxy server instances?