Server

FreeNAS Logo

Freenas 8.0.x multimedia: Set up DLNA

Im Gegensatz zu Freenas 0.7.x bringt Freenas 8.0.x bisher keinen DLNA-Spport. Dies hat sich jetzt zwar mit dem „Multimedia“-Build. Vom regulären Freenas kann ohne weiteres auf „Multimedia“ geupdatet werden (auch wenn vorher die gleiche Version eingesetzt wurde, z.B. von Freenas 8.0.3-p1 auf 8.0.3-p1-Multimedia. Wenn das geschafft ist (also eine Variante mit Multimedia-Support läuft) muss DLNA […]

Freenas 8.0.x multimedia: Set up DLNA Read Post »

nginx: Expires for pictures

Nachdem ich erst versucht habe, nginx dazu zu überreden, nur Bilder über einen entsprechenden „location“-Block mit einem expires-Header zu versehen. Das hat leider nicht geklappt (Ergebnis: Bilder wurden nicht mehr gefunden). Lösung: für die globale location entsprechend gesetzt greifen die expires-Header (jetzt bei mir auf 8d gestellt). location / { root /var/www; try_files $uri $uri/

nginx: Expires for pictures Read Post »

Nginx: Activate GZIP

To speed up data transfer and minimize data transfer, GZIP should be activated for JavaScript, CSS and HTML files. By default, Gzip is not activated for all relevant mimetypes, so this should be done in nginx.conf (add in the http area): gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"; gzip_proxied any; gzip_buffers 16 8k; gzip_types text/plain text/html text/css text/xml

Nginx: Activate GZIP Read Post »

nginx + PHP under Debian (+ W3TC)

nginx is a fast web server that can also be used as a reverse proxy or for streaming Flash videos. Originally developed for the requirements of a Russian search engine, more and more web projects are also relying on nginx. Unlike the well-known Apache web server, the configuration of nginx under Debian is not quite as simple - files from

nginx + PHP under Debian (+ W3TC) Read Post »

en_USEnglish
Scroll to Top