From 99caf49a90843092142ff01df3635ecfc803b738 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 18 Oct 2016 21:41:46 -0400 Subject: [PATCH] roles/nginx: Minor typo in comment --- roles/nginx/templates/wordpress.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx/templates/wordpress.j2 b/roles/nginx/templates/wordpress.j2 index 872366b..b280385 100644 --- a/roles/nginx/templates/wordpress.j2 +++ b/roles/nginx/templates/wordpress.j2 @@ -1,7 +1,7 @@ # try for WordPress index.php in / # fall back to index.php + args (passed to php-fpm later) - # also serves static files from the disk instead of passing to interpreter, + # also serves static files from the disk instead of passing to interpreter. location / { try_files $uri $uri/ /index.php?$args; }