projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63950b8
)
Send PHP requests to PHP-FPM without checking the file exists
author
Tom Hughes
<tom@compton.nu>
Fri, 21 Nov 2014 00:15:38 +0000
(
00:15
+0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 21 Nov 2014 00:15:38 +0000
(
00:15
+0000)
cookbooks/dev/templates/default/apache.user.erb
patch
|
blob
|
history
diff --git
a/cookbooks/dev/templates/default/apache.user.erb
b/cookbooks/dev/templates/default/apache.user.erb
index 11955a0bd026a6310a21e1481e6783b075cfc1c8..fd6be28be5ac18a7bcbc980d997357e7a8b5f492 100644
(file)
--- a/
cookbooks/dev/templates/default/apache.user.erb
+++ b/
cookbooks/dev/templates/default/apache.user.erb
@@
-25,7
+25,6
@@
WSGIDaemonProcess <%= @user %>.dev.openstreetmap.org user=<%= @user %> inactivit
RewriteCond <%= @directory %>%{REQUEST_FILENAME} -f
RewriteRule ^/cgi-bin-d/(.*)$ /cgi-bin/cgiwrapd/~<%= @user %>/cgi-bin/$1 [PT,L]
- RewriteCond <%= @directory %>%{REQUEST_FILENAME} -f
RewriteRule ^/(.*\.ph(p|ps|p3|tml)(/.*)?)$ fcgi://127.0.0.1:<%= @port %><%= @directory %>/$1 [P]
</VirtualHost>