The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Your time its more valuable asset

thelegend

Well-Known Member
AffKit Ninja
You know what its the diference between succesful and ordinary people ?
Its how thei use their time
Many people complain that thei dont have time for affiliate marketing as they have a job etc
Well et tell you this just calculate in one day how much time you spend one socil media ,waiting for bus and yo dont do nothing ,watching tv etc . I bet you get at least 1 hour of free time
If you work that 1 hour day making productive thinks like learning things like business ,personel developmnet etc in 2 years you can change your life
Be smart dont loose your time
 
amen ;)

I just wasted 30 min fixing a 502 Bad Gateway error on a new webserver.
The issue was not php-fpm it was its version
/etc/php/7.2/fpm/pool.d/www.conf

Code:
        # pass PHP scripts to FastCGI server
        #
        location ~ \.php$ {
#               include snippets/fastcgi-php.conf;
                fastcgi_split_path_info ^(.+\.php)(/.*)$;
                include fastcgi_params;
                fastcgi_param  SCRIPT_FILENAME
                $document_root$fastcgi_script_name;
                fastcgi_param  HTTPS              off;
                # With php-fpm (or other unix sockets):
                fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
                # With php-cgi (or other tcp sockets):
#               fastcgi_pass 127.0.0.1:9000;
        }

the default nginx conf was
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;

d 'Oh wasted time :p -- lesson learned the hard way -- PAY ATTENTION :D

If you have no idea what I am talking about see: PHP-FPM: Configuration the Listen Directive

Added note: be careful and wary of the minor change versions!
 
Last edited:
You know what its the diference between succesful and ordinary people ?
Its how thei use their time
Many people complain that thei dont have time for affiliate marketing as they have a job etc
Well et tell you this just calculate in one day how much time you spend one socil media ,waiting for bus and yo dont do nothing ,watching tv etc . I bet you get at least 1 hour of free time
If you work that 1 hour day making productive thinks like learning things like business ,personel developmnet etc in 2 years you can change your life
Be smart dont loose your time
Good point and strong motivation! However, life gets so unpredictable sometimes so your success comes from one little action instead of infinite work :). I prefer your way though
 
i meet good strong people, i think the your sucess is for:

Work in the correct moment and correct time.
Destroy the bads ideas and ever search the correct way.
Use the brain to get a level up to others.
never search results search the correct way.
 
MI
Back