Skip to content

Commit

Permalink
Merge branch 'zh-v2.11.2' into develop-zh
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxinpro committed May 11, 2024
2 parents 234194f + 6736c4f commit 8f2be0d
Show file tree
Hide file tree
Showing 19 changed files with 265 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.1
2.11.2
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img src="https://nginxproxymanager.com/github.png">
<br><br>
<img src="https://img.shields.io/badge/version-2.11.1-green.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/version-2.11.2-green.svg?style=for-the-badge">
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
</a>
Expand Down
3 changes: 1 addition & 2 deletions backend/internal/access-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ const internalAccessList = {
});
}
})
.then(internalNginx.reload)
.then(() => {
// Add to audit log
return internalAuditLog.add(access, {
Expand All @@ -227,7 +226,7 @@ const internalAccessList = {
if (row.proxy_host_count) {
return internalNginx.bulkGenerateConfigs('proxy_host', row.proxy_hosts);
}
})
}).then(internalNginx.reload)
.then(() => {
return internalAccessList.maskItems(row);
});
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"express": "^4.17.3",
"express": "^4.19.2",
"express-fileupload": "^1.1.9",
"gravatar": "^1.8.0",
"json-schema-ref-parser": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion backend/schema/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"description": "Domain Names separated by a comma",
"example": "*.jc21.com,blog.jc21.com",
"type": "array",
"maxItems": 30,
"maxItems": 100,
"uniqueItems": true,
"items": {
"type": "string",
Expand Down
2 changes: 0 additions & 2 deletions backend/templates/_location.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{% include "_hsts_map.conf" %}

location {{ path }} {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Scheme $scheme;
Expand Down
Loading

0 comments on commit 8f2be0d

Please sign in to comment.