Hi.
On 27.10.22 13:56, Andrej van der Zee wrote:
Dear,
I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate
and proxy_ssl_certificate_key like below:
http {
server {
listen 8080;
resolver 8.8.8.8;
location ~ /mimir/(.*)$ {
proxy_pass
Hello!
On Thu, Oct 27, 2022 at 01:56:25PM +0200, Andrej van der Zee wrote:
> I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate
> and proxy_ssl_certificate_key like below:
>
> http {
> server {
> listen 8080;
> resolver 8.8.8.8;
>
> location ~ /mim
Dear,
I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate
and proxy_ssl_certificate_key like below:
http {
server {
listen 8080;
resolver 8.8.8.8;
location ~ /mimir/(.*)$ {
proxy_passhttps:///$1;
proxy_ssl_certificate_key