-
nginx reverse proxy getting "403 Forbidden error" for a line added to default.conf as follow:
```
# basic config for a PHP application served by Nginx and PHP-FPM (FastCGI Process Manager).
server …
-
Hi, I am trying to get this proxy working behind another nginx on 443.
This is my nginx configuration, could you help me to get this working? Unfortunately, I am limited to only 443 being open on …
rLoka updated
1 month ago
-
Hi Team,
I tested the scenario (proxy termination case, downstream is HTTPS and upstream is HTTP) with a 64KB file using the OpenSSL engine and observed that the throughput is very low for small fi…
-
### 📦 部署环境
Docker
### 📌 软件版本
Authentication, Microsoft Entra ID, nginx, Microsoft Azure
### 💻 系统环境
Ubuntu
### 🌐 浏览器
Firefox
### 🐛 问题描述
Hi
I hope i fill out the right fiel…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have yo…
-
Checked for duplicates.
### Your Environment
- **Version:** v1.8, v1.9 and current master branch
- **Affected Component:** Orchestrator
- **Affected Subcomponent:** Orchestrator nms-nginx-proxy
- **…
-
Hey, I'm here again ahah, I installed a reverse proxy with nginx to communicate with https, and everything works but to access the yt-dlp web interface, I go to this URL
https://myip/yt-dlp-web-ui
…
-
**Environment**
I am looking to utilize NetMaker on my homelab that is running Proxmox on a LXC container. I have a Nginx Proxy Manager LXC setup that is forwarding the required sub-domains to the LX…
-
tl;dr: (how do I correctly add keepalive_timeout to my backend..)
Everything is working, 6 hosts working as configured.
Looking to make the 'unifi' controller app more responsive..
I see in…
-
I have started argocd behind nginx
data:
**url: https://argocd.example.com**
nignx conf
server {
listen 80;
server_name argo.example.com;
location / {
proxy_pas…