Advertisement
oxx93

Untitled

Aug 11th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. nclude common/php-fpm;
  2. include common/upstream;
  3.  
  4. server
  5. {
  6. # Порты
  7. listen 80;
  8.  
  9. root /var/www;
  10. index index.php index.html index.htm;
  11. server_name example.com www.example.com;
  12. include common/security;
  13. include common/gzip;
  14. include common/locations/*.inc;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement