tests: Adjust php-fpm test to new nginx API.
Fixes <https://bugs.gnu.org/29769>.
Reported by Mark H Weaver <mhw@netris.org>.
This is a followup to 8b223ceac4.
* gnu/tests/web.scm (%php-fpm-nginx-server-blocks): Turn 'listen' into a
list.
			
			
This commit is contained in:
		
							parent
							
								
									4a408d847e
								
							
						
					
					
						commit
						a1ac7bf361
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -154,7 +154,7 @@ echo(\"Computed by php:\".((string)(2+3)));
 | 
				
			||||||
         (root "/srv")
 | 
					         (root "/srv")
 | 
				
			||||||
         (locations
 | 
					         (locations
 | 
				
			||||||
          (list (nginx-php-location)))
 | 
					          (list (nginx-php-location)))
 | 
				
			||||||
         (listen "8042")
 | 
					         (listen '("8042"))
 | 
				
			||||||
         (ssl-certificate #f)
 | 
					         (ssl-certificate #f)
 | 
				
			||||||
         (ssl-certificate-key #f))))
 | 
					         (ssl-certificate-key #f))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue