Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8098179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:59:57+00:00 2026-06-05T21:59:57+00:00

I just installed nginx and php fastcgi about an hour ago, and after reading

  • 0

I just installed nginx and php fastcgi about an hour ago, and after reading examples of a quick starting configuration, and the nginx documentation etc, I just cant get it to work.

No matter what I change or try, I always only get the “Welcome to Nginx!” screen on “localhost/…” – I cant even call a simple index.html

My config:

(the stuff in the comments is what I tried out)

// default nginx stuff (unchanged)

server {
    #listen 80 default_server;
    #listen 80 default;
    listen 80;

    #server_name localhost;
    #server_name _;

    #access_log /var/log/nginx/board.access_log;
    #error_log /var/log/nginx/board.error_log;

    #root /var/www/board;
    #root /var/www/board/public/;
    root /var/www/board/public;

    #index index.html;
    index index.html index.htm index.php;
}

If I understand it right, this should be the easiest setup, right? just define listen 80; and index index.html; but I just cant get it to work

The file /var/www/board/public/index.html exists and has content

Before I waste 2 more hours trying out something, can someone of you give it a quick watch and tell me what I’m doing wrong? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T21:59:58+00:00Added an answer on June 5, 2026 at 9:59 pm

    Fundamentally you hadn’t declare location which is what nginx uses to bind URL with resources.

     server {
                listen       80;
                server_name  localhost;
    
                access_log  logs/localhost.access.log  main;
    
                location / {
                    root /var/www/board/public;
                    index index.html index.htm index.php;
                }
           }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just installed a nginx server with ubuntu 11.04 and after loading my php program
I'm just starting to explore nginx on my ubuntu 10.04. I installed nginx and
I just installed Passenger 3.0.11 and nginx and got this error: Starting nginx: /opt/nginx/sbin/nginx:
I just installed Nginx listening on 8083 I can get a HTTP response when
Just installed teamcity 6.5.6 after uninstalling 6.5.4 after trying to implement a svn 1.7
I just installed Aptana Studio 3 and I'm testing out PHP. I tested to
I'm using Rackspace Cloud Servers. I have installed NGINX with PHP and Memcache. When
Just installed SL5 and the toolkit, that were released few days ago. The bug
I originally installed nginx via apt-get install. It works just fine. Now, I want
i am running a vps with apache. just installed nginx. got the address already

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.