mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
更新README.md;更新favicon.ico;修改一处拼写错误;小问题调整
This commit is contained in:
@@ -42,7 +42,7 @@ http {
|
||||
server 127.0.0.1:3000;
|
||||
}
|
||||
|
||||
upstream backendSprintbootServer {
|
||||
upstream backendSpringbootServer {
|
||||
server 127.0.0.1:8090;
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ http {
|
||||
# 在nginx 作为代理服务器时,设置的IP列表,会把经过的机器ip,代理机器ip都记录下来,用 【,】隔开;代码中用 echo $x-forwarded-for |awk -F, '{print $1}' 来作为源IP
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
proxy_pass http://backendSprintbootServer/api/;
|
||||
proxy_pass http://backendSpringbootServer/api/;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<h1>Oh No! 服务器要炸啦!</h1>
|
||||
<p>对不起,当前网站访问量过大,已超出服务器的最大处理能力,已触发自动保护机制。也请您不要频繁刷新,让服务器喝口水、喘口气儿吧~</p>
|
||||
<p>我们还是一如既往完全免费的书栖网,在网站不可用期间,大家可以前往Git仓库下载电子书。</p>
|
||||
<p>本站不接受打赏,由程序员小墨开发并开源,如果您想支持本站,可以去开源仓库或<a href="https://space.bilibili.com/457109942">去B站</a>为我点个Star,如果您有能力的话,也欢迎前往项目开源仓库为项目提交Pr。</p>
|
||||
<p>本站由程序员小墨开发并开源,不接受打赏。如果您想支持本站,可以去开源仓库或<a href="https://space.bilibili.com/457109942">去B站</a>为我点个Star,如果您有能力的话,也欢迎前往项目开源仓库为项目提交Pr。</p>
|
||||
<p>感谢大家的支持。</p>
|
||||
<p style="text-align: center;"><em>书栖网</em><br><em><span id="date"></span></em></p>
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user