Spaces:
Build error
Build error
| user nginx; | |
| worker_processes 1; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include /etc/nginx/mime.types; | |
| default_type application/octet-stream; | |
| include /etc/nginx/conf.d/*.conf; | |
| } |