Skip to content

Instantly share code, notes, and snippets.

@slav123
Last active August 29, 2015 14:07
Show Gist options
  • Save slav123/1516b879a68fbf3745bd to your computer and use it in GitHub Desktop.
Save slav123/1516b879a68fbf3745bd to your computer and use it in GitHub Desktop.
nginx confing php
location ~* \.php$ {
fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_busy_buffers_size 256k;
fastcgi_pass 127.0.0.1:9000;
include fastcgi.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment