]> git.nbdom.net Git - nb.git/commitdiff
nginx dbq
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 20 Dec 2016 17:17:49 +0000 (18:17 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 20 Dec 2016 17:17:49 +0000 (18:17 +0100)
www/dbq/etc/nginx/default.conf

index b464ddcdcc9adbc173860802a64241b43bcdbea0..b17f4245d7bee6ccb802992c3cb7c855e7551c9c 100644 (file)
@@ -17,12 +17,6 @@ server {
 
     client_max_body_size 100m;
 
-               ###############################################################
-               # All to index.php
-    location / {
-        try_files $uri $uri/ /index.php?$query_string;
-    }
-
                ###############################################################
                # Ignore
     location = /favicon.ico { access_log off; log_not_found off; }
@@ -46,6 +40,12 @@ server {
                #               expires    30d;
                #} 
 
+               ###############################################################
+               # All to index.php
+    location / {
+        try_files $uri $uri/ /index.php?$query_string;
+    }
+
                ###############################################################
                # FastCGI
     #location ~ \.php$ {