Και αν ναι πως


Το δοκίμασα και αυτό. Δεν αφήνει καν το nginx να γινει service restartg1wrg0s έγραψε:δε εχω τρεξει σε nginx το phpmyadmin αλλα βρηκα αυτο το site
http://www.howtoforge.com/running-phpmy ... untu-11.04
οπου λεει οτι βαζοντας
http://www.example.com/phpMyAdmin
τρεχει το phpmyadmin.
* Restarting nginx nginx [fail]



location /phpmyadmin {
root /usr/share/;
index index.php index.html index.htm;
location ~ ^/phpmyadmin/(.+\.php)$ {
try_files $uri =404;
root /usr/share/;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
}
location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
root /usr/share/;
}
}
location /phpMyAdmin {
rewrite ^/* /phpmyadmin last;
}