1 Star 0 Fork 0

melt/pgcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pgcode.local.conf 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
kragrathea 提交于 2021-08-08 00:42 . Default nginx config
# PrettyGCode website configuration
# copy this file to /etc/nginx/sites-available/pgcode.local.conf
# then to enable:
# sudo ln -s /etc/nginx/sites-available/pgcode.local.conf /etc/nginx/sites-enabled/pgcode.local.conf
# then restart ngninx:
# sudo systemctl reload nginx
server {
listen 7136;
listen [::]:7136;
server_name pgcode.local;
root /home/pi/pgcode;
index pgcode.html;
location / {
try_files $uri $uri/ =404;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xy521521/pgcode.git
git@gitee.com:xy521521/pgcode.git
xy521521
pgcode
pgcode
main

搜索帮助