bad file access "fix"

This commit is contained in:
2016-10-09 20:58:30 -05:00
parent 31cbdf86a5
commit f64668543d
3 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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