Man*_*sur 5 ssl nginx docker-compose lets-encrypt nginx-reverse-proxy
我的域名来自domains.google.com
. 假设它是mydomainname.com
我将 DNS 设置为我想要的 IP 地址。在我的路由器上,我将端口转发80
到我的计算机80
和443
我的计算机的443
. 为了确认它是公开可用的,我使用了不同的连接和设备,并且可以mydomainname.com
毫无问题地访问。
然后我使用了他们网站docker-compose.yml
中描述的文件。
当前latest
指向v2.9.18
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '443:443'
- '81:81'
volumes:
- ./data/:/data
- ./letsencrypt:/etc/letsencrypt
Run Code Online (Sandbox Code Playgroud)
现在,在 SSL 证书选项卡上,添加 SSL 证书时,测试服务器可访问性始终失败,并出现以下错误:
mydomainname.com: There is no server available at this domain.
Please make sure your domain exists and points to the IP where your NPM
instance is running and if necessary port 80 is forwarded in your router.
Run Code Online (Sandbox Code Playgroud)
可能是什么问题?
归档时间: |
|
查看次数: |
3013 次 |
最近记录: |