Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
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. }