August 2022

kubernetes
2022-08-19 10:51 (3 years ago)

This article provides key points to check the configuration in cases where you are using the Nginx Ingress Controller with Kubernetes and Uwsgi for the application server within the Pod, to prevent slow response services from timing out. If these configurations are not extended, it could result in 502 or 504 errors.

Python
2022-08-11 15:06 (3 years ago)

When using version locking systems like Pipenv to set up a Python environment with an Alpine Linux Docker image, installations often encounter difficulties. If installing `cryptography` via Rust is unsuccessful (or too slow and thus undesirable), it is more effective to install `cryptography` via `apk` rather than through Pipenv.

Django
2022-08-06 02:09 (3 years ago)

If you are using version 4 of tinyMCE, you can add an onChange event in the setup option of tinyMCE.init.

Categories

Archive