Tuesday, 15 February 2011

ISPConfig keeps giving me a 404 Not Found on Ubuntu/Nginx -



ISPConfig keeps giving me a 404 Not Found on Ubuntu/Nginx -

i installed nginx on ubuntu 14 , installed ispconfig. did needed utilize ispconfig, url keeps saying "404 not found".

here /etc/nginx/sites-enabled/ispconfig.vhost:

server { hear 8080; ssl off; server_name _; root /usr/local/ispconfig/interface/web/; client_max_body_size 20m; location / { index index.php index.html; } location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt)$ { access_log off; } location ~ \.php$ { try_files $uri =404; include /etc/nginx/fastcgi_params; fastcgi_pass unix:/var/lib/php5-fpm/ispconfig.sock; fastcgi_index index.php; fastcgi_param script_filename $document_root$fastcgi_script_name; fastcgi_buffer_size 128k; fastcgi_buffers 256 4k; fastcgi_busy_buffers_size 256k; fastcgi_temp_file_write_size 256k; } location ~ /\. { deny all; } }

i worked on while , couln't find solution..

solution:

i calling wrong url, bad.

i stated 8080/ispconfig/ @ end of url, while needed domainname:8080

sorry inconvenience, hope else can resolve same issue..

ubuntu nginx

No comments:

Post a Comment