From ecfe65438f322efd26671bf8fc835ee6e5368fc0 Mon Sep 17 00:00:00 2001 From: renansoares Date: Fri, 1 Jul 2016 11:28:39 -0300 Subject: [PATCH] fix nginx configuration file --- config/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/nginx.conf b/config/nginx.conf index 86e1f92..ecae2cf 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -1,15 +1,15 @@ upstream puma { - server unix:///home/deployer/apps/vlibras-web2/shared/tmp/sockets/vlibras-web2-puma.sock; + server unix:///home/deployer/apps/vlibrasvideo/shared/tmp/sockets/vlibrasvideo-puma.sock; } server { listen 80 default_server deferred; # server_name example.com; - root /home/deployer/apps/vlibras-web2/current/public; - access_log /home/deployer/apps/vlibras-web2/current/log/nginx.access.log; - error_log /home/deployer/apps/vlibras-web2/current/log/nginx.error.log info; + root /home/deployer/apps/vlibrasvideo/current/public; + access_log /home/deployer/apps/vlibrasvideo/current/log/nginx.access.log; + error_log /home/deployer/apps/vlibrasvideo/current/log/nginx.error.log info; location ^~ /assets/ { gzip_static on; -- libgit2 0.21.2