Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

16 行
176 B

  1. worker_processes auto;
  2. daemon off;
  3. events {
  4. worker_connections 1024;
  5. }
  6. http {
  7. server_tokens off;
  8. server {
  9. listen 80;
  10. index index.html;
  11. root /var/www;
  12. }
  13. }