Add initial support for unix sockets (#2852)
This commit is contained in:
parent
70fbcd2f27
commit
1dd003bd4c
3 changed files with 44 additions and 13 deletions
|
@ -61,6 +61,8 @@ DOMAIN = localhost
|
|||
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
|
||||
HTTP_ADDR = 0.0.0.0
|
||||
HTTP_PORT = 3000
|
||||
; Permission for unix socket
|
||||
UNIX_SOCKET_PERMISSION = 666
|
||||
; Local (DMZ) URL for Gogs workers (such as SSH update) accessing web service.
|
||||
; In most cases you do not need to change the default value.
|
||||
; Alter it only if your SSH server node is not the same as HTTP node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue