Modifications : etc/nginx/site.d/ptitvelo-www/site.conf - Mise en place
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 9 Oct 2013 08:39:37 +0000 (10:39 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 9 Oct 2013 08:39:37 +0000 (10:39 +0200)
des urls propres

etc/nginx/site.d/ptitvelo-www/site.conf

index 20bb326..e3b55c2 100644 (file)
@@ -19,4 +19,10 @@ location ~ \.php$ {
 
        fastcgi_pass unix:/run/php5/fpm/ptitvelo_www;
 }
+error_page 404 = @spip;
+
+location @spip {
+       rewrite ^/(.*)(\.html)?$  /spip.php?url_propre=$1&$args last;
+}
+
 # vim: ft=sh