Fix space indent in misskey.nginx (#4717)
Tabインデントになっていたものをスペースインデントに変更
This commit is contained in:
		
							parent
							
								
									e90ac5d6a4
								
							
						
					
					
						commit
						18944d389d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -29,7 +29,7 @@ server { | ||||||
|     listen [::]:443 http2; |     listen [::]:443 http2; | ||||||
|     server_name example.tld; |     server_name example.tld; | ||||||
|     ssl on; |     ssl on; | ||||||
| 		ssl_session_cache shared:ssl_session_cache:10m; |     ssl_session_cache shared:ssl_session_cache:10m; | ||||||
| 
 | 
 | ||||||
|     # To use Let's Encrypt certificate |     # To use Let's Encrypt certificate | ||||||
|     ssl_certificate     /etc/letsencrypt/live/example.tld/fullchain.pem; |     ssl_certificate     /etc/letsencrypt/live/example.tld/fullchain.pem; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue