Advertisement
oxx93

Untitled

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