PHP Classes

File: cli/stubs/nginx.conf

Recommend this page to a friend!
  Classes of Joaquin   Laravel Valet Linux   cli/stubs/nginx.conf   Download  
File: cli/stubs/nginx.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Valet Linux
Run Laravel environment under a Linux machine
Author: By
Last change:
Date: 6 years ago
Size: 964 bytes
 

Contents

Class file image Download
user 'VALET_USER' 'VALET_GROUP'; worker_processes auto; VALET_PID; events { worker_connections 1024; # multi_accept on; } http { include /etc/nginx/mime.types; default_type application/octet-stream; sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; # server_tokens off; gzip on; gzip_disable "msie6"; gzip_comp_level 5; gzip_min_length 256; gzip_proxied any; gzip_vary on; gzip_types application/atom+xml application/javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/svg+xml image/x-icon text/css text/plain text/x-component; include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; include VALET_HOME_PATH/Nginx/*; }