[obsidian] vault backup: 2024-02-06 11:48:31[
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (push) Successful in 1m54s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (push) Successful in 1m54s
				
			This commit is contained in:
		| @@ -80,13 +80,17 @@ services: | |||||||
|        - "8080:80" |        - "8080:80" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| Caddyファイルは最小限。まだ404の設定とかしてない。 | Caddyファイルは最小限。 | ||||||
|  |  | ||||||
| ```Caddyfile | ```Caddyfile | ||||||
| :80 { | :80 { | ||||||
|   root * /www/html |   root * /www/html | ||||||
|   file_server |   file_server | ||||||
|   try_files {path}.html {path} |   try_files {path}.html {path} | ||||||
|  |   handle_errors { | ||||||
|  |     rewrite * /404.html | ||||||
|  |     file_server | ||||||
|  |   } | ||||||
| } | } | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user