V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
NGINX
NGINX Trac
3rd Party Modules
Security Advisories
CHANGES
OpenResty
ngx_lua
Tengine
在线学习资源
NGINX 开发从入门到精通
NGINX Modules
ngx_echo
abc0123xyz
V2EX  ›  NGINX

求教-digitalocean nginxconfig.io 的这个配置怎么改

  •  
  •   abc0123xyz · 2023-02-01 22:56:27 +08:00 · 824 次点击
    这是一个创建于 441 天前的主题,其中的信息可能已经有所发展或是发生改变。

    求教-digitalocean nginxconfig.io 的这个配置怎么改

    想在 xx.comwww.xx.com 下放一个静态的 bei an 页 index.html
    但是一直 502 Bad Gateway

    尝试 docker-compose.yml 文件夹下的这两个路径都放了 index.html ,但是还是 502

    ./www/xx.com/public/index.html
    ./www/xx.com/index.html
    

    nginx 使用 docke 部署

    version: '3'
    
    services:
      nginx:
        container_name: nginx 
        image: nginx:latest
        restart: always
        ports:
          - 80:80
          - 443:443
        volumes:
          - /etc/localtime:/etc/localtime
          - ./nginx.conf:/etc/nginx/nginx.conf
        
          - ./conf.d:/etc/nginx/conf.d
          - ./log:/var/log/nginx
          - ./www:/var/www
    
          - ./sites-available:/etc/nginx/sites-available
          - ./nginxconfig.io:/etc/nginx/nginxconfig.io
          - ./ssl:/etc/nginx/ssl
          - ./dhparam.pem:/etc/nginx/dhparam.pem
    

    digitalocean url

    https://www.digitalocean.com/community/tools/nginx?domains.0.server.domain=test.com&domains.0.server.wwwSubdomain=true&domains.0.server.redirectSubdomains=false&domains.0.https.https=false&domains.0.https.hstsSubdomains=false&domains.0.https.hstsPreload=true&domains.0.https.certType=custom&domains.0.php.php=false&domains.0.routing.index=index.html&domains.0.routing.fallbackHtml=true&domains.0.routing.fallbackPhp=false&global.https.ocspCloudflare=false&global.https.ocspGoogle=false&global.https.ocspOpenDns=false&global.nginx.user=nginx&global.nginx.pid=%2Fvar%2Frun%2Fnginx.pid&global.app.lang=zhCN
    
    4 条回复
    abc0123xyz
        1
    abc0123xyz  
    OP
       2023-02-02 09:06:22 +08:00
    😭
    abc0123xyz
        2
    abc0123xyz  
    OP
       2023-02-02 13:28:48 +08:00
    有无大佬😭
    CnpPt
        3
    CnpPt  
       2023-02-02 17:09:10 +08:00
    不如看看 nginx 的 502 日志?
    abc0123xyz
        4
    abc0123xyz  
    OP
       2023-02-02 22:10:55 +08:00
    找到原因了,少了一行
    - ./sites-enabled:/etc/nginx/sites-enabled
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5867 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 01:52 · PVG 09:52 · LAX 18:52 · JFK 21:52
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.