Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
Synapse Nginx separate log files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Maynard committed Dec 12, 2016
1 parent 1ed0c45 commit cde460e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/synapse/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
location /_matrix {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
error_log logs/synapse-error.log crit;
access_log logs/synapse-access.log crit;
error_log /var/log/nginx/synapse-error.log;
access_log /var/log/nginx/synapse-access.log;
}
- name: Allow Federated connections
Expand Down

0 comments on commit cde460e

Please sign in to comment.