Does really good Blender tutorials.
- Channel - https://www.youtube.com/channel/UCOKHwx1VCdgnxwbjyb9Iu1g
- Website - https://www.blenderguru.com/
pid /run/nginx/nginx.pid; | |
error_log stderr; | |
daemon off; | |
events { | |
} | |
http { | |
proxy_cache_path /var/cache/nginx/immich_revprox keys_zone=immich_revprox:10m levels=1:2 use_temp_path=off inactive=1d max_size=1g; | |
server { | |
listen 0.0.0.0:443 ssl ; |
Does really good Blender tutorials.