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 322a6f4 commit 1ed0c45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/synapse/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
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;
}
- name: Allow Federated connections
ufw: rule=limit port=8448 proto=tcp


0 comments on commit 1ed0c45

Please sign in to comment.