mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Merged client playbook and server playbook
This commit is contained in:
		| @@ -0,0 +1,15 @@ | ||||
| #default | ||||
| server | ||||
| { | ||||
|   server_name {{domain}}; | ||||
|    | ||||
|   {% include 'roles/native-letsencrypt/templates/ssl_header.j2' %} | ||||
|  | ||||
|   charset utf-8; | ||||
|    | ||||
|   location / | ||||
|   { | ||||
|     root /usr/share/nginx/homepage; | ||||
|     index index.html index.htm; | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user