1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-01 22:53:29 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

一些小改动

This commit is contained in:
2022-04-01 14:26:33 +08:00
parent 33f8dc4ea4
commit 54c6ce8bca
4 changed files with 22 additions and 14 deletions

View File

@@ -49,9 +49,16 @@ http {
server {
listen 80;
server_name localhost;
# server_name bookshelf.plus;
#charset koi8-r;
#禁止访问的文件或目录
location ~ ^/(\.user.ini|\.htaccess|\.git|\.svn|\.project|LICENSE|README.md)
{
return 404;
}
#access_log logs/host.access.log main;
location / {
proxy_pass http://frontendNodejsServer;