Advertisement
Guest User

Untitled

a guest
Feb 20th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. server {
  2. listen 80;
  3. server_name vps.kgalat.pl www.vps.kgalat.pl;
  4. access_log /home/spex/domains/vps.kgalat.pl/logs/vps.kgalat.pl.access.log;
  5. error_log /home/spex/domains/vps.kgalat.pl/logs/vps.kgalat.pl.error.log;
  6.  
  7. location / {
  8. root /home/spex/domains/vps.kgalat.pl/public_html;
  9. index index.html index.php;
  10. }
  11.  
  12. location ~ \.php$ {
  13. include /etc/nginx/fastcgi_params;
  14. fastcgi_pass 127.0.0.1:9000;
  15. fastcgi_index index.php;
  16. fastcgi_param SCRIPT_FILENAME /home/spex/domains/vps.kgalat.pl/public$
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement