Pierre Buyle
Pierre Buyle
It would be nice to be able to let a proxy in front of dave handle the user authentication and just accept the username from a HTTP Header. This would...
At our company 192.168.10.1/24 is already used for our internal network. Because drude use this network range for its container, this prevent the docker host to reach our internal network....
Accoding to https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#The_HTTP_response_headers: > If the server specifies an origin host rather than "*", then it must also include Origin in the Vary response header to indicate to clients that...
The `link_ckpts` does not filter the `Lora` directory, yet this is the directory used to store Lora which are later properly linked. This change fix the function is Lora are...
Following instructions in nginx.conf, I uncommented the `include map_https_forwarded_proto.conf;` line in `nginx.conf` when using nginx as a HTTPS reverse-proxy. This causes the following error: `[emerg] the duplicate "https" variable in...
I quickly exposed the value used for the `client_max_body_size` directive in the `http` context as a variable in https://github.com/Pheromone/ansible-nginx-drupal/commit/7d1eee48f082811d6e207c23ecd660e544c763a7 There is a lot of directives in the `http` context that...