Hi Ryan, thanks for another awesome tutorial! Great! :) Just wanted to add… if anyone's having trouble getting terminal colors working after creating ~/.bash_profile, you need to run source ~/.bashrc each time you login. Or you can add the line to ~/.bash_profile by typing the following in terminal:
I think I resolved this by removing the deferred option in config/nginx.conf
server {
listen 80 default deferred;
}
Hi Ryan, thanks for another awesome tutorial! Great! :) Just wanted to add… if anyone's having trouble getting terminal colors working after creating ~/.bash_profile, you need to run
source ~/.bashrc
each time you login. Or you can add the line to ~/.bash_profile by typing the following in terminal: