Welcome! Log In Create A New Profile

Advanced

Re: Nginx SSL conf to access phpMyAdmin

May 07, 2010 05:16PM
On Fri, May 07, 2010 at 11:00:50PM +0700, Edho P Arief wrote:

> server {
> listen 443 ssl;
> server_name myserver.com;

> location = /phpmyadmin {
> rewrite ^ $scheme://$host$uri/?$args permanent;
> }

You may use just:

location = /phpmyadmin { rewrite ^ /phpmyadmin/ permanent; }

nginx should add https, server name, and query string.


--
Igor Sysoev
http://sysoev.ru/en/

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx SSL conf to access phpMyAdmin

ideanet May 07, 2010 09:30AM

Re: Nginx SSL conf to access phpMyAdmin

edogawaconan May 07, 2010 12:06PM

Re: Nginx SSL conf to access phpMyAdmin

Igor Sysoev May 07, 2010 05:16PM

Re: Nginx SSL conf to access phpMyAdmin

Igor Sysoev May 07, 2010 05:02PM

Re: Nginx SSL conf to access phpMyAdmin

ideanet May 07, 2010 08:04PM

Re: Nginx SSL conf to access phpMyAdmin

Igor Sysoev May 08, 2010 07:20AM

Re: Nginx SSL conf to access phpMyAdmin

Igor Sysoev May 08, 2010 07:22AM

Re: Nginx SSL conf to access phpMyAdmin

ideanet May 08, 2010 03:06PM

Re: Nginx SSL conf to access phpMyAdmin

Igor Sysoev May 08, 2010 03:20PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 124
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready