Skip to content

Commit

Permalink
Rename hhvm-cache to hhvm-fastcgi-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lamosty committed May 3, 2015
1 parent d087ceb commit 600b5f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions roles/nginx/tasks/main.yml
Expand Up @@ -41,12 +41,12 @@
when: wp_hhvm is defined

- name: Create HHVM WordPress site configuration with FastCGI caching
template: src=wp-hhvm-cache.conf.j2
dest=/etc/nginx/sites-available/wp-hhvm-cache.conf
template: src=wp-hhvm-fastcgi-cache.conf.j2
dest=/etc/nginx/sites-available/wp-hhvm-fastcgi-cache.conf

- name: Enable HHVM WordPress site configuration with FastCGI caching
file: src="/etc/nginx/sites-available/wp-hhvm-cache.conf"
dest="/etc/nginx/sites-enabled/wp-hhvm-cache.conf"
file: src="/etc/nginx/sites-available/wp-hhvm-fastcgi-cache.conf"
dest="/etc/nginx/sites-enabled/wp-hhvm-fastcgi-cache.conf"
owner=root
group=root
state=link
Expand Down
File renamed without changes.

0 comments on commit 600b5f0

Please sign in to comment.