1 Star 0 Fork 3

qyfengjiangqwe/duo-doc-angular

forked from duoec/duo-doc-angular 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
default.conf 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
wang1113 提交于 2019-04-24 13:33 +08:00 . update nginx
server {
listen 17011;
#server_name localhost;
#charset koi8-r;
#access_log /var/log/nginx/host.access.log main;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/qyfengjiangqwe/duo-doc-angular.git
git@gitee.com:qyfengjiangqwe/duo-doc-angular.git
qyfengjiangqwe
duo-doc-angular
duo-doc-angular
master

搜索帮助