Browse Source

change dokuwiki template to execute php files in lib/exe

phre4k 10 years ago
parent
commit
663c4dd301
26 changed files with 26 additions and 26 deletions
  1. 1 1
      install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.stpl
  2. 1 1
      install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.tpl
  3. 1 1
      install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.stpl
  4. 1 1
      install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.tpl
  5. 1 1
      install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.stpl
  6. 1 1
      install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.tpl
  7. 1 1
      install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.stpl
  8. 1 1
      install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.tpl
  9. 1 1
      install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.stpl
  10. 1 1
      install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.tpl
  11. 1 1
      install/ubuntu/12.04/templates/web/nginx/php5-fpm/dokuwiki.stpl
  12. 1 1
      install/ubuntu/12.04/templates/web/nginx/php5-fpm/dokuwiki.tpl
  13. 1 1
      install/ubuntu/12.10/templates/web/nginx/php5-fpm/dokuwiki.stpl
  14. 1 1
      install/ubuntu/12.10/templates/web/nginx/php5-fpm/dokuwiki.tpl
  15. 1 1
      install/ubuntu/13.04/templates/web/nginx/php5-fpm/dokuwiki.stpl
  16. 1 1
      install/ubuntu/13.04/templates/web/nginx/php5-fpm/dokuwiki.tpl
  17. 1 1
      install/ubuntu/13.10/templates/web/nginx/php5-fpm/dokuwiki.stpl
  18. 1 1
      install/ubuntu/13.10/templates/web/nginx/php5-fpm/dokuwiki.tpl
  19. 1 1
      install/ubuntu/14.04/templates/web/nginx/php5-fpm/dokuwiki.stpl
  20. 1 1
      install/ubuntu/14.04/templates/web/nginx/php5-fpm/dokuwiki.tpl
  21. 1 1
      install/ubuntu/14.10/templates/web/nginx/php5-fpm/dokuwiki.stpl
  22. 1 1
      install/ubuntu/14.10/templates/web/nginx/php5-fpm/dokuwiki.tpl
  23. 1 1
      install/ubuntu/15.04/templates/web/nginx/php5-fpm/dokuwiki.stpl
  24. 1 1
      install/ubuntu/15.04/templates/web/nginx/php5-fpm/dokuwiki.tpl
  25. 1 1
      install/ubuntu/15.10/templates/web/nginx/php5-fpm/dokuwiki.stpl
  26. 1 1
      install/ubuntu/15.10/templates/web/nginx/php5-fpm/dokuwiki.tpl

+ 1 - 1
install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/12.04/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/12.04/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/12.10/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/12.10/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/13.04/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/13.04/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/13.10/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/13.10/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/14.04/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/14.04/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/14.10/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/14.10/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/15.04/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/15.04/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/15.10/templates/web/nginx/php5-fpm/dokuwiki.stpl

@@ -32,7 +32,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }
 

+ 1 - 1
install/ubuntu/15.10/templates/web/nginx/php5-fpm/dokuwiki.tpl

@@ -28,7 +28,7 @@ server {
         }
     }
 
-    location ^~ /lib/ {
+    location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
         expires 30d;
     }