web: Add default-value for the nginx-service-type.
* gnu/services/web.scm (nginx-service-type)[default-value]: Use (nginx-configuration).
This commit is contained in:
		
							parent
							
								
									e4b729f89c
								
							
						
					
					
						commit
						ad4cc435e8
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -324,7 +324,9 @@ of index files." | |||
|                             (inherit config) | ||||
|                             (server-blocks | ||||
|                               (append (nginx-configuration-server-blocks config) | ||||
|                               servers))))))) | ||||
|                               servers))))) | ||||
|                 (default-value | ||||
|                   (nginx-configuration)))) | ||||
| 
 | ||||
| (define* (nginx-service #:key (nginx nginx) | ||||
|                         (log-directory "/var/log/nginx") | ||||
|  |  | |||
		Reference in a new issue