|
@@ -1,5 +1,5 @@
|
|
location /hauk {
|
|
location /hauk {
|
|
- root /var/www/hauk;
|
|
|
|
|
|
+ root /var/www/;
|
|
index index.html index.htm;
|
|
index index.html index.htm;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -7,6 +7,6 @@ location ~ \.php$ {
|
|
root /var/www;
|
|
root /var/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/hauk$fastcgi_script_name;
|
|
|
|
|
|
+ fastcgi_param SCRIPT_FILENAME /var/www$fastcgi_script_name;
|
|
include fastcgi_params;
|
|
include fastcgi_params;
|
|
}
|
|
}
|