mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Move where to put enabled
People are getting confused and putting it under the key pair and not knowing to add a comma after the closing key pair bracket, causing the daemon to fail to start, added ip to give context where it should go.
This commit is contained in:
parent
a288b69cd9
commit
c103d86b7e
@ -18,9 +18,11 @@ To disable the Daemon SFTP server, you only need to add `sftp.enabled=false` to
|
||||
{
|
||||
...
|
||||
"sftp": {
|
||||
...
|
||||
"ip": "0.0.0.0",
|
||||
"enabled": false,
|
||||
"port": 2022,
|
||||
...
|
||||
"enabled": false
|
||||
},
|
||||
...
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user