madjack
madjack
Thanks! I will close this :)
Sorry for late reply we have been occupied. It is a Java application, serving as a back-end for eCommerce shops. Queries and imports are sent using HTTP requests. Our API...
@UlfBlom is currently on vacation he have been fiddling the most with the kernel settings. But I think the numa_balacing=1 is the default and since Ulf tried to set it...
We also have the issue to get the database to run on RDS on AWS, we managed to solve it with this hack: ``` "entryPoint": [ "sh", "-c" ], "command":...
Same issue here on ECS. I have checked and tried with both https/http and removing http in admin storefront settings, but do not help. Tried the customer domain in docs,...
So after multiple hours I managed to get more to work with https bye adding this to the 000-default.conf on site-enabled on apache2: ``` ServerAdmin local@dockware ServerName shopware.dontlikehttpsbydefault.com # Ensure...