add_to=/etcnginx/conf.d/virtualhosts.conf
apply_cmd=/sbin/service nginx reload
child_procs=4
extra_dirs=add_header X-Frame-Options "SAMEORIGIN";     add_header X-XSS-Protection "1; mode=block";    add_header X-Content-Type-Options nosniff;      add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;      client_max_body_size 8M;      charset UTF-8;  server_tokens off;      try_files $uri $uri/ /index.php?$query_string;
http2=1
listen_mode=1
nginx_cmd=/usr/sbin/nginx
nginx_config=/etc/nginx/nginx.conf
php_socket=1
proxy_websockets=0
start_cmd=/sbin/service nginx start
stop_cmd=/sbin/service nginx stop
