Valentin V. Bartenev
Valentin V. Bartenev
TTL cache may work good or not. First of all, the cache isn't shared between processes. As a result, if you have 50 processes, then it can be up to...
1. Configuration changes happen by HTTP API request. Those aren't path to files. Those are URIs to navigate over JSON object received via API. 2. On configuration change a new...
@hyperking There is the `environment` option, where you can specify any additional environment variable to pass to the app: https://unit.nginx.org/configuration/#applications
@awmbtc Hi. First of all, this error looks like neither from nginx, nor from Unit and I doubt that it can come from WordPress. I suggest these steps: 1. Verify...
@awmbtc Also please provide the full logs, not just `tail` of them. Currently in your nginx logs only lines related to its shutdown are visible. Are you sure that your...
Can you reproduce the issue on Unit 1.20.0? 1.15 and 1.17 are obsolete versions.
Could you try with debug log enabled? If you have installed Unit from our repositories, then you already have a debug build in the system and you just need to...
Unfortunately, this issue seems specific to the application. I can't reproduce it with any example php scripts. It just works fine with spare 20 and max 100 under testing load...
The log by the link doesn't contain debug lines from the application process (pid 118 in this case). This is either because it's incomplete, or because the module was built...
So, the root cause of 503 is that the application process was killed: ``` 2020/11/03 18:08:41.453 [alert] 1#1 process 128 exited on signal 9 ``` The processing of this request...