-
恭喜
- 我看有 Local 应该是支持的,但是同问应该怎么配置, 本地文件上传 Local: Host: https://st.mlog.club/ # 上传文件域名 Path: /data/www/st.mlog.club # 上传目录 请问下有那个能告知下这个上次文件的域名我如果前面用 nginx 代理的话需要代理到 server 这个容器的 8082 端口,还是 site 容器的 3000 端口? 哥这个问题能帮忙解答一下不
代理到3000的端口。 ``` server { listen 80; server_name bbs-static.shbeta.abc.com; root /data0/www/bbs-go/; } server { listen 80; server_name bbs.shbeta.abc.com; location / { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://localhost:8081; } } server { listen 80; server_name bbs-api.shbeta.abc.com; location / { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://localhost:8082; } } ```
- 动态帖子 没有删除的功能呀
对的, 动态没法自己删除。
-
动态帖子 没有删除的功能呀
-
我看有 Local 应该是支持的,但是同问应该怎么配置, 本地文件上传 Local: Host: https://st.mlog.club/ # 上传文件域名 Path: /data/www/st.mlog.club # 上传目录 请问下有那个能告知下这个上次文件的域名我如果前面用 nginx 代理的话需要代理到 server 这个容器的 8082 端口,还是 site 容器的 3000 端口? 哥这个问题能帮忙解答一下不
- 恭喜、贺喜、嘻嘻嘻,,,
谢谢
-
恭喜、贺喜、嘻嘻嘻,,,
- 恭喜恭喜,虽然我还写不出来这样的系统
哈哈, 感谢。
-
恭喜恭喜,虽然我还写不出来这样的系统
热烈清楚bbs-go入选开源中国最有价值开源项目!
评论(9)
请
登录后发表观点