bad file access "fix"
This commit is contained in:
@ -13,6 +13,7 @@ defaults: &defaults
|
||||
htpasswd: "/path/to/vsftpd/password.file"
|
||||
ftpusers: "/path/to/vsftpd/users/configs"
|
||||
ftproot: "/path/to/root/ftp/prefix/"
|
||||
ftpaccount: vsftpd
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
@ -52,4 +52,6 @@ Rails.application.configure do
|
||||
# Use an evented file watcher to asynchronously detect changes in source code,
|
||||
# routes, locales, etc. This feature depends on the listen gem.
|
||||
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
|
||||
|
||||
config.web_console.whitelisted_ips = '192.168.76.0/16'
|
||||
end
|
||||
|
Reference in New Issue
Block a user