mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
Merge 0874fd601f into 9c0334d3f0
This commit is contained in:
commit
8584bb7399
1 changed files with 6 additions and 3 deletions
|
|
@ -25,7 +25,9 @@ certificate = /etc/nginx/ssl/server.crt
|
||||||
key = /etc/nginx/ssl/server.key
|
key = /etc/nginx/ssl/server.key
|
||||||
|
|
||||||
[app]
|
[app]
|
||||||
# Set to "true" to install pprof debug handlers.
|
# Set to "true" to install pprof debug handlers. Access will only be possible
|
||||||
|
# from IPs allowed through the "allowed_ips" option below.
|
||||||
|
#
|
||||||
# See "https://golang.org/pkg/net/http/pprof/" for further information.
|
# See "https://golang.org/pkg/net/http/pprof/" for further information.
|
||||||
debug = false
|
debug = false
|
||||||
|
|
||||||
|
|
@ -270,8 +272,9 @@ connectionsperhost = 8
|
||||||
#SA = NA
|
#SA = NA
|
||||||
|
|
||||||
[stats]
|
[stats]
|
||||||
# Comma-separated list of IP addresses that are allowed to access the stats
|
# Comma-separated list of IP addresses that are allowed to access the debug,
|
||||||
# endpoint. Leave empty (or commented) to only allow access from "127.0.0.1".
|
# stats and metrics endpoints.
|
||||||
|
# Leave empty (or commented) to only allow access from localhost.
|
||||||
#allowed_ips =
|
#allowed_ips =
|
||||||
|
|
||||||
[etcd]
|
[etcd]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue