Browse Source

Identation

Bruno Cabral 10 years ago
parent
commit
a7023d9e97
1 changed files with 18 additions and 19 deletions
  1. 18 19
      frameworks/PHP/php-laravel/deploy/nginx.conf

+ 18 - 19
frameworks/PHP/php-laravel/deploy/nginx.conf

@@ -12,26 +12,25 @@ http {
     access_log off;
     access_log off;
 
 
     sendfile on;
     sendfile on;
-	tcp_nopush on;
-	tcp_nodelay on;
-	keepalive_timeout 65;
-	
-	open_file_cache max=2000 inactive=20s;
-	open_file_cache_valid 60s;
-	open_file_cache_min_uses 5;
-	open_file_cache_errors off; 
-
-	#FastCGI optimizations
-	fastcgi_buffers 256 16k;
-	fastcgi_buffer_size 128k;
-	fastcgi_connect_timeout 30s;
-	fastcgi_send_timeout 60s;
-	fastcgi_read_timeout 60s;
-	fastcgi_busy_buffers_size 256k;
-	fastcgi_temp_file_write_size 256k;
-	reset_timedout_connection on;
-	server_names_hash_bucket_size 100;
+    tcp_nopush on;
+    tcp_nodelay on;
+    keepalive_timeout 65;
 	
 	
+    open_file_cache max=2000 inactive=20s;
+    open_file_cache_valid 60s;
+    open_file_cache_min_uses 5;
+    open_file_cache_errors off; 
+
+    #FastCGI optimizations
+    fastcgi_buffers 256 16k;
+    fastcgi_buffer_size 128k;
+    fastcgi_connect_timeout 30s;
+    fastcgi_send_timeout 60s;
+    fastcgi_read_timeout 60s;
+    fastcgi_busy_buffers_size 256k;
+    fastcgi_temp_file_write_size 256k;
+    reset_timedout_connection on;
+    server_names_hash_bucket_size 100;
 	
 	
 
 
     upstream fastcgi_backend {
     upstream fastcgi_backend {