Skip to content

Instantly share code, notes, and snippets.

@wanghao8080
Created February 28, 2015 03:13
Show Gist options
  • Save wanghao8080/a0bc51c661c7c2c69796 to your computer and use it in GitHub Desktop.
Save wanghao8080/a0bc51c661c7c2c69796 to your computer and use it in GitHub Desktop.
location /pma {
# phpmyadmin
root /vagrant/app/;
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment