Joined October 2013
·

Jeremy Bass

Developer at Washington State University
·
Pullman Washington
·
·
·

Posted to site protection temporary solutions over 1 year ago

@glarrain yes, but the important part is that it is tested and has not shown any issues as of yet. For me, those doc titles are miss-leading and remnants of the old fear of iframes where you would hear "all iframes are evil" which is simple not the case. But like the iframe, nginx if's are pathways to trouble so use wisely. Cheers

Posted to site protection temporary solutions over 1 year ago

@glarrain yes you are correct, nginx is poor at using if's but like it says it's in perspective too,

"There are cases where you simply cannot avoid using an if, for example if you need to test a variable which has no equivalent directive. "
with the example :
[code]
if ($request_method = POST ) {
return 405;
}
[/code]

Posted to Use NFS to speed up your Vagrant over 1 year ago

I'm curious on two things, first being like @velesin & @luuf not there is FreeNFS on Windows, but does anyone know if it is stable and worked a lot with it? Also, any easy way to test to see if NFS is there to use? Cheers

Achievements
162 Karma
6,220 Total ProTip Views