mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
fix stream/allow editing modsec conf/readme changes/dep updates
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -62,9 +62,9 @@ http {
|
||||
limit_req_zone $binary_remote_addr zone=one:10m rate=180r/s;
|
||||
limit_req zone=one burst=1800;
|
||||
|
||||
# Default upstream scheme
|
||||
map $host $forward_scheme {
|
||||
default http;
|
||||
map $upstream_http_content_security_policy $content_security_policy {
|
||||
default $upstream_http_content_security_policy;
|
||||
'' "upgrade-insecure-requests";
|
||||
}
|
||||
|
||||
# Websocket
|
||||
|
Reference in New Issue
Block a user