Commit a195f692 by Quang Vinh Nguyen

fix app assert

parent 0a24a115
......@@ -8,7 +8,7 @@ set :repo_url, "git@gitlab.zigexn.vn:vinhnq/venjobs_app.git"
# at server machine
set :passenger_restart_with_touch, true
set :puma_threads, [4,16]
# set :puma_threads, [4,16]
# Default deploy_to directory is /var/www/my_app_name
set :deploy_to, "/var/www/venjobs_app"
......
......@@ -32,7 +32,7 @@ Rails.application.configure do
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = 'http://192.168.1.74'
# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
......
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment