-
I have a Synology NAS with docker running your image with no issues. But when I try and run it on the other it fails...
The docker setup is the same; but my old NAS is using a version from quite a w…
-
When creating a site with SSL wildcard, the wildcard http --> https is returning 503.
```
$ curl -Ik http://bar.example.com
HTTP/1.1 301 Moved Permanently
Location: https://bar.example.com/
$ …
-
### Actual Behavior
Rancher Desktop is mapping two different container ports to the same host port.
### Steps to Reproduce
1. Start this test container: `docker run -it --rm -d -p 80 -p 81 --…
-
### Description of problem
When the IP of my container that is only forwarding TCP and not http changes, the internal docker IP is not updated
### Steps to reproduce
I have a pretty esoteric use ca…
-
Hi,
We have a shiny-server pro which works behind nginx. Authentication is done via LDAP and nginx forwards the x-users and x-groups information to shiny, which checks the authentication.
Until…
-
### Configurarion
I create two tables on clickhouse cluster (2 shards, 2 replicas):
1. `IndexDist` contains map `rowId` -> `fileId`
2. `DataByRowDist` contains map `rowId` -> `data`
To keep them…
-
Impacted versions:16
Steps to reproduce:
1) make odoo run gevent server that port is 8072
2) setup Nginx , config file as follows:
```nginx
#odoo server
upstream odoo {
server 127.0.0.1:80…
-
#Question
Is there anyway to configure access to the HTTPS page via a secondary port, such as 443 AND 444?
I have been testing UCRM behind a HAProxy server and have been having difficulties gett…
-
批量替换jsdelivr资源镜像
===
前提:
- 你需要一台海外服务器
- 使用 Nginx
如果没有条件,请看最后一行。
***
对于 Linux / macOS 系统,运行:
```bash
sed -i "s/cdn.jsdelivr.net/jsdelivr.example.com/g" `grep -rl 'cdn.jsdelivr.net' P…
-
Three possible situations:
- there is only one page - redirect all requests to `index.html`
- all pages are prerendered by `react-snap` - do not redirect and do not use `index.html` as fallback, use…