-
**Describe the bug**
使用域名代理模式按照官方文档配置Nginx +http_proxy _port
本地https 网站报502
其他http网站都正常、、
nps配置档:
#HTTP(S) proxy port, no startup if empty
http_proxy_ip=0.0.0.0
http_proxy_port=9999
http…
-
Hello,
i use jwilder/nginx-proxy with shared volumes with my host machine. I share:
* './vhosts:/etc/nginx/vhost.d'
* './config:/etc/nginx/conf.d'
* './certs:/etc/nginx/certs'
But these volum…
-
**Is your feature request related to a problem? Please describe.**
No, I haven't seen one.
**Describe the solution you'd like**
It would be nice if the Diffie-Hellmann encryption would be…
-
I'm hoping I'm missing something, but when running the following playbook:
```
- hosts: tag_Name_web ; all ec2 instances tagged with web
gather_facts: True
user: ec2-user
roles:
- …
-
I need set up the owncloud production environment but for some reason Nginx won't start...
here the output for my container:
**with :ro** into Makefile owncloud-production: owncloud-mariadb
`nginx: […
jujes updated
8 years ago
-
With SSL enabled, the path to dh_param does not get rendered in supermarket.rb
My interpretation: template resource is created during compilation phase, however dh_param is declared/created at the…
-
Here is what I'm seeing. Ubuntu 14.04, Python 2.7.8.
```
➜ ~ tamper.py
^CTraceback (most recent call last):
File "/usr/local/bin/tamper.py", line 345, in
main(sys.argv)
File "/us…
-
打算一步步按您文章操作,到这一步出错了。
生成 dhparam.pem:
$ cd nginx-conf/ssl/
$ sh generate-dhparam.sh
是不是中间省略了几步,可以给补齐吗。
-
My mac doesn't like the required Nvidia device allocation, so I needed to comment it out. Since docker-compose overrides [don't really support removing things](https://github.com/docker/compose/issues…
-
用nginx做的反代,但是反代完之后访问网址没有问题,但是进/admin/ 的时候,每次在页面里点击一个选项,都会被强制跳转到127.0.0.1:5000上,附上nginx配置文件,请大佬看下是什么问题
```
server
{
listen 80;
#listen [::]:80;
server_name xx.xxx.c…