| 
				
			 | 
			
			
				@@ -677,7 +677,7 @@ if [ $app_onion_only ]; then 
			 | 
		
	
		
			
			| 
				677
			 | 
			
				677
			 | 
			
			
				     if [ ! $app_daemon ]; then 
			 | 
		
	
		
			
			| 
				678
			 | 
			
				678
			 | 
			
			
				         echo "        echo '    try_files \$uri \$uri/ /index.html;' >> \$${app_name}_nginx_site" 
			 | 
		
	
		
			
			| 
				679
			 | 
			
				679
			 | 
			
			
				     else 
			 | 
		
	
		
			
			| 
				680
			 | 
			
				
			 | 
			
			
				-        echo "        echo '    proxy_pass http://localhost:\$${app_name_upper}_PORT;' >> \$${app_name}_nginx_site" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				680
			 | 
			
			
				+        echo "        echo \"    proxy_pass http://localhost:\$${app_name_upper}_PORT;\" >> \$${app_name}_nginx_site" 
			 | 
		
	
		
			
			| 
				681
			 | 
			
				681
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				682
			 | 
			
				682
			 | 
			
			
				     echo "        echo '  }' >> \$${app_name}_nginx_site" 
			 | 
		
	
		
			
			| 
				683
			 | 
			
				683
			 | 
			
			
				     echo "        echo '}' >> \$${app_name}_nginx_site" 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -719,7 +719,7 @@ echo "    nginx_limits \$${app_name_upper}_DOMAIN_NAME '15m'" 
			 | 
		
	
		
			
			| 
				719
			 | 
			
				719
			 | 
			
			
				 if [ ! $app_daemon ]; then 
			 | 
		
	
		
			
			| 
				720
			 | 
			
				720
			 | 
			
			
				     echo "    echo '    try_files \$uri \$uri/ index.html;' >> \$${app_name}_nginx_site" 
			 | 
		
	
		
			
			| 
				721
			 | 
			
				721
			 | 
			
			
				 else 
			 | 
		
	
		
			
			| 
				722
			 | 
			
				
			 | 
			
			
				-    echo "    echo '    proxy_pass http://localhost:\$${app_name_upper}_PORT;' >> \$${app_name}_nginx_site" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				722
			 | 
			
			
				+    echo "    echo \"    proxy_pass http://localhost:\$${app_name_upper}_PORT;\" >> \$${app_name}_nginx_site" 
			 | 
		
	
		
			
			| 
				723
			 | 
			
				723
			 | 
			
			
				 fi 
			 | 
		
	
		
			
			| 
				724
			 | 
			
				724
			 | 
			
			
				 echo "    echo '  }' >> \$${app_name}_nginx_site" 
			 | 
		
	
		
			
			| 
				725
			 | 
			
				725
			 | 
			
			
				 echo "    echo '}' >> \$${app_name}_nginx_site" 
			 |