|
@@ -1,12 +1,12 @@
|
|
location /hauk {
|
|
location /hauk {
|
|
- root /var/www/;
|
|
|
|
|
|
+ root /usr/local/www/;
|
|
index index.html index.htm;
|
|
index index.html index.htm;
|
|
}
|
|
}
|
|
|
|
|
|
location ~ \.php$ {
|
|
location ~ \.php$ {
|
|
- root /var/www;
|
|
|
|
|
|
+ root /usr/local/www;
|
|
fastcgi_pass 127.0.0.1:9000;
|
|
fastcgi_pass 127.0.0.1:9000;
|
|
fastcgi_index index.php;
|
|
fastcgi_index index.php;
|
|
- fastcgi_param SCRIPT_FILENAME /var/www$fastcgi_script_name;
|
|
|
|
|
|
+ fastcgi_param SCRIPT_FILENAME /usr/local/www$fastcgi_script_name;
|
|
include fastcgi_params;
|
|
include fastcgi_params;
|
|
}
|
|
}
|