Welcome! Log In Create A New Profile

Advanced

Re: New to nginx question about php-fpm

July 13, 2015 03:17PM
Found nginx conf:

server {
listen 184.154.39.58:80 default_server;
server_name _;
access_log off;
location / {

proxy_send_timeout 90;
proxy_read_timeout 90;

proxy_buffer_size 4k;
proxy_buffers 16 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;

proxy_connect_timeout 30s;

proxy_redirect http://184.154.39.58:9999 http://CPANELIP;
proxy_pass http://184.154.39.58:9999;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}


}
Subject Author Posted

New to nginx question about php-fpm

adjc98 July 13, 2015 03:14PM

Re: New to nginx question about php-fpm

adjc98 July 13, 2015 03:17PM

Re: New to nginx question about php-fpm

Anoop Alias July 13, 2015 08:10PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 181
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready