Re: Can't get nginx to work with Adminer nor phpMyadmin

2014-06-05 Thread KC
Hello I want to be able to type http://ipaddress/phpmyadmin (or adminer) and see its respective interface. But as it is now, I only get 404 error. If you want http://ipaddress/phpmyadmin and http://ipaddress/adminer to both work, you will probably want a single server{} block with all of the c

Re: Can't get nginx to work with Adminer nor phpMyadmin

2014-06-02 Thread Francis Daly
On Mon, Jun 02, 2014 at 10:12:03PM +0200, KC wrote: Hi there, > I want to be able to type http://ipaddress/phpmyadmin (or adminer) > and see its respective interface. But as it is now, I only get 404 > error. If you want http://ipaddress/phpmyadmin and http://ipaddress/adminer to both work, you

Re: Can't get nginx to work with Adminer nor phpMyadmin

2014-06-02 Thread KC
Sorry about the link. Don't know how it happened. So, the portions in question of nginx.conf are: - server { server_name phpmyadmin.; root/usr/share/webapps/phpMyAdmin; index index.p

Re: Can't get nginx to work with Adminer nor phpMyadmin

2014-06-02 Thread B.R.
The right link for you nginx.conf is: http://pastebin.com/uNTAwuTp You could at least had that properly done... Copy-pasting nginx configuration from somewhere else without understanding it has little chances of success. What have you tried to configure? What do you expect from it (which directiv

Can't get nginx to work with Adminer nor phpMyadmin

2014-06-02 Thread KC
I have been trying to set up Nginx with Adminer (and phpMyadmin), but I can't seem to get it to work. Here are my config files: /etc/nginx/nginx.conf: http://pastebin.com/uNTAwuTp* * /etc/nginx/sites-available/adminer: http://pastebin.com/cpwK1Bz2 But still if I go to http://server.ip/adminer