Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
94217e22
Commit
94217e22
authored
Feb 05, 2014
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix nginx log rotation
parent
054e9607
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
playbooks/roles/nginx/tasks/main.yml
+2
-8
playbooks/roles/nginx/templates/edx_logrotate_nginx_access.j2
+1
-1
No files found.
playbooks/roles/nginx/tasks/main.yml
View file @
94217e22
...
...
@@ -78,17 +78,11 @@
# Note that nginx logs to /var/log until it reads its configuration, so /etc/logrotate.d/nginx is still good
-
name
:
nginx | Set up nginx
access
log rotation
-
name
:
nginx | Set up nginx
edx
log rotation
template
:
>
dest=/etc/logrotate.d/nginx-
access
src=edx_logrotate_nginx_access.j2
dest=/etc/logrotate.d/nginx-
edx
src=edx_logrotate_nginx_access.j2
owner=root group=root mode=644
-
name
:
nginx | Set up nginx error log rotation
template
:
dest=/etc/logrotate.d/nginx-error src=edx_logrotate_nginx_error.j2 owner=root group=root mode=644
tags
:
-
logging
-
update
-
name
:
nginx | Removing default nginx config (available)
file
:
path=/etc/nginx/sites-available/default state=absent
notify
:
nginx | reload nginx
...
...
playbooks/roles/nginx/templates/edx_logrotate_nginx_access.j2
View file @
94217e22
# Put in place by ansible
{{ nginx_log_dir }}/
access
.log {
{{ nginx_log_dir }}/
*
.log {
create 0640 www-data syslog
compress
delaycompress
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment