小编AXE*_*abs的帖子

如何使用 nginx 代理 /grafana?

我已经设置并启动了默认的 grafana,它在http://localhost:3000上按预期工作。我正在尝试使用安装了 ssl 的 nginx 代理它。我试图让它响应https://localhost/grafana但它只提供以下服务:

{{alert.title}}
Run Code Online (Sandbox Code Playgroud)

我的 nginx 服务器块中有这个:

location /grafana {
     proxy_pass         http://localhost:3000;
     proxy_set_header   Host $host;
}
Run Code Online (Sandbox Code Playgroud)

nginx reverse-proxy grafana

17
推荐指数
2
解决办法
4万
查看次数

如何显示 jenkins 用户组?

我正在尝试为不同的组配置具有各种权限的 Jenkins。我记得拉出一个页面,显示登录用户的组成员身份,但我找不到了。有谁知道它的网址吗?

jenkins

7
推荐指数
1
解决办法
2万
查看次数

“颁发的证书尚未生效。” 用wget?

使用 wget 获取文件时出现以下错误:

  Issued certificate not yet valid.
To connect to www.atlassian.com insecurely, use ‘--no-check-certificate’.
Run Code Online (Sandbox Code Playgroud)

使用 openssl 进行测试会返回类似的消息:

Verify return code: 9 (certificate is not yet valid)
Run Code Online (Sandbox Code Playgroud)

ssl time openssl wget ssl-certificate

6
推荐指数
1
解决办法
8999
查看次数

Redis 2.8.12 从属同步失败

尝试从 redis 云中的同一版本主服务器同步时出现以下错误:

# Server started, Redis version 2.8.12
* The server is now ready to accept connections on port 6379
* Connecting to MASTER pub-redis-99999.us-east-1-3.1.ec2.garantiadata.com:99999
* MASTER <-> SLAVE sync started
* Non blocking connect for SYNC fired the event.
* Master replied to PING, replication can continue...
* (Non critical) Master does not understand REPLCONF listening-port: -ERR wrong number of arguments for 'REPLCONF' command
* Partial resynchronization not possible (no cached master)
* Master does not support PSYNC …
Run Code Online (Sandbox Code Playgroud)

redis

6
推荐指数
1
解决办法
2256
查看次数

为什么 terraform 会出现“SignatureDoesNotMatch: Signature expired”的错误?

运行 terraform 命令时,我开始得到以下信息:

$ terraform refresh
Error refreshing state: 1 error(s) occurred:

* SignatureDoesNotMatch: Signature expired: 20170226T035111Z is now earlier than 20170227T013047Z (20170227T014547Z - 15 min.)
        status code: 403, request id: 7626f995-fc8e-11e6-9b73-7990b2a1af41
Run Code Online (Sandbox Code Playgroud)

这是什么意思?如何解决?

amazon-web-services aws-cli terraform

6
推荐指数
2
解决办法
4672
查看次数