-
-
docker inspect on my app container shows:
```
"Env": [
"VIRTUAL_HOST=kegduino.org www.kegduino.org",
```
My task definition:
```
"environment": [
{
…
-
**Problem description**
Hello. I am getting redirected to a wrong place when trying to do SAML auth.
**Steps to reproduce**
Steps to reproduce the behavior:
1. Go to login page
2. Click on 'Log…
-
**Describe your environment**
- OpenTelemetry C++ 1.2.0
- OpenTelemetry C++ Contrib at 3808bc3be386fbcc58d39cd858fb375d7e1fafa3
- Nginx 1.19.9
I haven't narrowed down how to reproduce the issue …
-
This issue contains a list of Renovate updates and their statuses.
## Rate Limited
These updates are currently rate limited. Click on a checkbox below to force their creation now.
- [ ] Update dep…
-
We noticed that letters of Amharic (አማርኛ) did display properly.
Those are in the Noto Sans font.
In the supplied styles, Noto Sans is referred, but in gh-pages branch of the repo from the README
…
amenk updated
2 years ago
-
/etc/nginx/sites-available
nameofyoursite.conf
add in ....
```
# This will redrect any other domain/subdomain/ip address ...
#
server {
return 301 http://SERVERNAME.com$request_uri;
…
-
#### Feature Description
I want to access a consul service that is behind an nginx API gateway (see
nginx.conf snippet below) i.e. instead of acessing consul directly like this:
`curl -v http:/…
-
### 详细叙述
如标题
### 重复 issue
- [X] 没有类似的 issue
### 具体型号
x86
### 详细日志
/home/builder/lede_x86/build_dir/target-x86_64_musl/nginx-util-1.6/ubus-cxx.hpp: In instantiation of 'auto ubus::message::filte…
-
### 详细叙述
# 描述
luci-ssl-nginx + uwsgi出现504错误,加了uwsgi_read_timeout 1800; 后出现502.
# 使用场景
- docker 拉取较大镜像的镜像,时常超过1分钟的时候出现,例如:onlyOffice/documentserver: latest
- 拉取较小的镜像例如: nginx 不会出现.
- 我使用秒表计时,…