Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

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