Nginx using with https :(
Dewangga
dewanggaba at xtremenitro.org
Sat Aug 30 02:10:40 UTC 2014
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Yes of course your http configuration works fine because of this
configuration :
location ~ .php$ {
fastcgi_split_path_info ^(.+.php)(/.+)$;
# fastcgi_pass 127.0.0.1:9000;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
}
from your /etc/nginx/sites-enabled/default, or you can try this patch
http://paste.fedoraproject.org/129733/64596140/raw/
On 8/30/2014 08:39, nginxfanboy wrote:
> I'm using FPM and it works with my normal Config. See here :)
>
> http://paste.debian.net/118317/
>
> http://image-upload.de/image/IwopSE/779b6e16ae.png
>
> I believe it's work because of the insanity of my two config files
> xD.
>
> /etc/nginx/sites-available/defaulthttp://paste.debian.net/118318/
>
> or
>
> /etc/nginx/sites-enabled/default http://paste.debian.net/118319/
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,252951,252953#msg-252953
>
> _______________________________________________ nginx mailing list
> nginx at nginx.org http://mailman.nginx.org/mailman/listinfo/nginx
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)
iQEcBAEBAgAGBQJUATKgAAoJEF1+odKB6YIxpZcH/AslpCVrtG1jMO1/7KhzS/zc
ENn+PmITqrF5PAjhU0ppan2503hvQcY2hR5lncd50fSJYoIpQYaUxt+odTWPhIbF
9A5yWGIZrfTkCvB0DwTXYtMAAtR4n5KFDDeRVlbg3GfJlljc93Y6fOz7+3+1noLg
VyQObIq6EXmXs6cMNq4Ewvie78usPwaOWPRl8nJG47z+B3vkzt49v5r13QmNyEa2
hCK+p9doIlX/lBcVwDZCp+1ukKedgj61H4IDd49BdNKlzUCaCNHHyzo9hBAmJ1vF
3pDZ3ie06UgazoTkhX8WfjbBGN43qCpz8XE376RvKmN9YBmDoOaEuFGvMBaQfZY=
=dJL1
-----END PGP SIGNATURE-----
More information about the nginx
mailing list