1 Star 0 Fork 1

学习java/wu-vue-lazy-dmt

forked from wujiawei/wu-vue-lazy-dmt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
default.template 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
wujiawei 提交于 2024-04-02 12:56 +08:00 . [fix] 抽离基础vue框架
server {
listen 80;
server_name localhost;
#charset koi8-r;
#access_log /var/log/nginx/log/host.access.log main;
location / {
root /usr/share/nginx/html;
add_header version '${vue_http_response_version}';
index index.html index.htm;
}
#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;
}
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ \.php$ {
# proxy_pass http://127.0.0.1;
#}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
#location ~ \.php$ {
# root html;
# fastcgi_pass 127.0.0.1:9000;
# fastcgi_index index.php;
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
# include fastcgi_params;
#}
# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
#
#location ~ /\.ht {
# deny all;
#}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mmpdaye/wu-vue-lazy-dmt.git
git@gitee.com:mmpdaye/wu-vue-lazy-dmt.git
mmpdaye
wu-vue-lazy-dmt
wu-vue-lazy-dmt
master

搜索帮助