| 
									
										
										
										
											2014-05-09 10:02:07 +02:00
										 |  |  | # This is completely optional, but if you're running a site with | 
					
						
							|  |  |  | # ssl="always" configured, then you might as well redirect any of | 
					
						
							|  |  |  | # your stray HTTP visitors to HTTPS. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #$HTTP["scheme"] == "http" { | 
					
						
							|  |  |  | #  $HTTP["host"] =~ "^(social\.example\.com)$" { | 
					
						
							|  |  |  | #    url.redirect = ( "^\/?(.*)" => "https://%1/$1" ) | 
					
						
							|  |  |  | #    server.name                 = "%1" | 
					
						
							|  |  |  | #  } | 
					
						
							|  |  |  | #} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-23 19:28:31 -05:00
										 |  |  | # If you're using vhosts, you should have per-vhost server.document-root | 
					
						
							|  |  |  | #   settings too! Read how in the respective alternative vhost modules. | 
					
						
							| 
									
										
										
										
											2014-05-09 10:02:07 +02:00
										 |  |  | #$HTTP["host"] =~ "^social\.example\.com$" { | 
					
						
							| 
									
										
										
										
											2011-12-23 19:28:31 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-09 10:02:07 +02:00
										 |  |  | #    NOTE: configure fastcgi/cgi/fpm here if you're using per-user cgi/fpm | 
					
						
							|  |  |  | #    fastcgi.server += ( ".php" => | 
					
						
							|  |  |  | #      ( "localhost" => ( | 
					
						
							|  |  |  | #        "host" => "127.0.0.1", | 
					
						
							|  |  |  | #        "port" => "9000" | 
					
						
							|  |  |  | #      )) | 
					
						
							|  |  |  | #    ) | 
					
						
							| 
									
										
										
										
											2013-08-28 10:51:43 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     dir-listing.activate = "disable" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-09 10:02:07 +02:00
										 |  |  | # Make sure "mod_rewrite" is enabled in server.modules | 
					
						
							|  |  |  |     url.rewrite-if-not-file = ( "^/(.*)$" => "/index.php/$1" ) | 
					
						
							| 
									
										
										
										
											2013-08-28 10:51:43 +02:00
										 |  |  | #} |