Author: Yeri Tiete
-
nginx configs
Been slacking a bit lately, but here they are: /etc/nginx/nginx.conf // general nginx config /etc/nginx/sites-available/blog // my current (as of posting this) rproxy settings for this blog /etc/nginx/conf.d/proxy.conf // reverse proxy related config
-
Maxim of the day: Somehow itโs true
#16: Source.
-
iRail slashdot effect
Only because stats are pretty awesome. The effects of my media attention a few days ago. I’ll give some more info than what can be seen here. And pretty happy I set up my nginx caching up a few weeks ago. MRTG traffic stats on vm1, my nginx caching server, of the first 2 days…
-
Stopping iRail.be
As I have no choice. Geachte, NMBS heeft onlangs vernomen dat u de uitbater bent van de website www.irail.be. Uw website is, zoals u het zelf vermeldt, een route planner waarbij alle gegevens en informatie van NMBS website komt (“all data and info is retrieved from the B-Rail website”). uw website maakt hergebruik van de…
-
Wish me luck
Last exam… Ever?! (source)
-
Stemmen
Veel plezier. ๐ Source.
-
Gulf of Mexico
Stuff worth spreading or thinking about. Boston Pictures: Misc Stream YouTube I’ll keep updating this post every so often when I find something interesting.
-
Google
Source.
-
nginx cache in tmpfs
Probably won’t change a lot to my performance, but I’ve mounted the nginx reverse proxy cache in a tmpfs mount. none on /var/cache/nginx/blog type tmpfs (rw,size=512m) none ย 512M ย 47M ย 466M ย 4% /var/cache/nginx/blog Let’s see what performance boosts this will give. ๐