-
```
PIKU_INTERNAL_NGINX_CACHE_MAPPING = """
location ~* ^/($cache_prefixes) {
uwsgi_cache $APP;
uwsgi_cache_min_uses 1;
uwsgi_cache_key $host$uri;
uwsgi_cache…
-
### Context
The NAP team set the follow tmp directories in the `http` context
```
http {
....
# Temporary directories for kubernetes "readonlyfilesystem"
client_body_temp…
-
### Current behavior
We are collecting the below metrics/urls in Uptime robot
- `Library Catalogue APIs` - https://catalogue.library.cern/api/documents/
- That tests that the instance search …
-
In pull request: https://github.com/UCL-INGI/INGInious/pull/531
@anthonygego mentioned running the `inginious-webapp` as a uwsgi instance w/ nginx. Can you share your uwsgi configuration for doing …
-
It'd be nice to be able to support the uwsgi binary protocol for an upstream cluster when speaking to a service that uses this.
Fundamentally this is a lighter weight protocol when you're running a…
-
We've recently updated our Xpra HTML5 client from version 10.1 to 16.2. Unfortunately, the stability has decreased massively.
During the initial connection, it reloads several times, then loads and …
-
Hi @DormyMo
First of all, thanks for the great tool.
The thing is that I tried to run SpiderKeeper using uwsgi and nginx but there is a small problem.
It loads correctly, but any click results i…
-
-
Assuming tailscale configured
- get a letsencrypt cert and put it somewhere (/etc/ssl/private ?)
- set up a cron or systemd job to refresh the cert. https://blog.viktorpetersson.com/2022/12/23/sec…
-