Stop expiring contents for docs-draft.o.o
Since static.openstack.org is no longer serving a docs-draft.openstack.org vhost, and downstream consumers of this module are unlikely to have been doing so themselves either, stop bothering to attempt to expire content for it. Change-Id: I413ac425d752f4fe839648808c0df8c620bef1a5 Depends-On: Ib44df24100192f7903eb60c6fc93feeea0894b90
This commit is contained in:
parent
9978a409fe
commit
b3649db8fc
@ -8,6 +8,3 @@ find -O3 /srv/static/logs/ -depth -not -name robots.txt -not -name lost+found \
|
||||
-exec gzip \{\} \; \) \
|
||||
-o \( -type f -mtime +30 -execdir rm \{\} \; \) \
|
||||
-o \( -type d -empty -mtime +1 -execdir rmdir {} \; \) \)
|
||||
find -O3 /srv/static/docs-draft/ -depth -not -name lost+found \( \
|
||||
\( -type f -mtime +21 -execdir rm \{\} \; \) \
|
||||
-o \( -type d -empty -mtime +1 -execdir rmdir {} \; \) \)
|
||||
|
Loading…
x
Reference in New Issue
Block a user