203 reputation
110
bio website
location
age 26
visits member for 1 year, 3 months
seen May 5 at 6:39
stats profile views 5

May
5
comment How do I set a PHP-FPM variable inside a nginx location block?
Thanks for the suggestions. I will talk to whoever created the .jsphp file.
May
5
revised How do I set a PHP-FPM variable inside a nginx location block?
deleted 1 characters in body
May
5
accepted How do I set a PHP-FPM variable inside a nginx location block?
May
3
revised Can I ssh tunnel and reverse ssh tunnel in one connection?
deleted 1 characters in body
May
3
asked How do I set a PHP-FPM variable inside a nginx location block?
Apr
26
asked Can I ssh tunnel and reverse ssh tunnel in one connection?
Apr
21
awarded  Tumbleweed
Apr
15
awarded  Yearling
Apr
15
comment How can I combine similar configuration info of server blocks in nginx?
Thanks, it's good to hear from the developer's point of view.
Apr
15
accepted How can I combine similar configuration info of server blocks in nginx?
Apr
15
asked How can I combine similar configuration info of server blocks in nginx?
Apr
14
revised SSH tunnel to a postgres database
added 2 characters in body
Apr
13
comment SSH tunnel to a postgres database
I'm getting an error on the first terminal: channel 3: open failed: administratively prohibited: open failed.
Apr
13
comment SSH tunnel to a postgres database
Actually I already use port 5432 for my local Postgres database on my local machine. If I change the first line to ssh -L localhost:5433:psqldb:5432 -p 22222 user@devbox.com, then doing psql -h localhost -d my_database -U postgres would just try to connect to my local database.
Apr
13
revised SSH tunnel to a postgres database
added 131 characters in body
Apr
13
accepted How should I upgrade Python on CentOS 5.5 (64-bit)
Apr
13
asked SSH tunnel to a postgres database
Mar
16
comment How do you restart php-fpm?
What about on a Mac? php-fpm was installed using homebrew. which php-fpm gives /usr/local/sbin/php-fpm.
Mar
16
comment How to restart Nginx on Mac OS X?
If you just want to restart because of an updated config then just do sudo nginx -s reload.
Mar
15
comment How to restart Nginx on Mac OS X?
Quick question what does the && means? I guess it's something different then using ;?