Commit ecfe65438f322efd26671bf8fc835ee6e5368fc0

Authored by renansoares
1 parent 3a787608
Exists in master

fix nginx configuration file

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
config/nginx.conf
1 1  
2 2 upstream puma {
3   - server unix:///home/deployer/apps/vlibras-web2/shared/tmp/sockets/vlibras-web2-puma.sock;
  3 + server unix:///home/deployer/apps/vlibrasvideo/shared/tmp/sockets/vlibrasvideo-puma.sock;
4 4 }
5 5  
6 6 server {
7 7 listen 80 default_server deferred;
8 8 # server_name example.com;
9 9  
10   - root /home/deployer/apps/vlibras-web2/current/public;
11   - access_log /home/deployer/apps/vlibras-web2/current/log/nginx.access.log;
12   - error_log /home/deployer/apps/vlibras-web2/current/log/nginx.error.log info;
  10 + root /home/deployer/apps/vlibrasvideo/current/public;
  11 + access_log /home/deployer/apps/vlibrasvideo/current/log/nginx.access.log;
  12 + error_log /home/deployer/apps/vlibrasvideo/current/log/nginx.error.log info;
13 13  
14 14 location ^~ /assets/ {
15 15 gzip_static on;
... ...