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

  • SEARCH
  • Home
  • 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 6932131
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:40:01+00:00 2026-05-27T11:40:01+00:00

I’m trying to configure Nginx to serve a wordpress install (and a rails app

  • 0

I’m trying to configure Nginx to serve a wordpress install (and a rails app – but this is not the problem).

I have a strange problem : I managed to get PHP work well (a basic test.php is correctly parsed), but when I want to install wordpress, Nginx send me the install.php file – I can download it.

It’s the only file for which Nginx do that : the other wordpress files as well-served, and do redirect to install.php much more time.

I am on a Gentoo.
I work with spawn-fcgi and here is below my nginx.conf. The concerning part is the second server (wp.domain.local) :

    user nginx nginx;
    worker_processes 1;

    error_log /var/log/nginx/error_log info;

    events {
        worker_connections 1024;
        use epoll;
    }

    http {
        include /etc/nginx/mime.types;
        default_type application/octet-stream;

        log_format main
            '$remote_addr - $remote_user [$time_local] '
            '"$request" $status $bytes_sent '
            '"$http_referer" "$http_user_agent" '
            '"$gzip_ratio"';

        client_header_timeout 10m;
        client_body_timeout 10m;
        send_timeout 10m;

        connection_pool_size 256;
        client_header_buffer_size 1k;
        large_client_header_buffers 4 2k;
        request_pool_size 4k;

        gzip on;
        gzip_min_length 1100;
        gzip_buffers 4 8k;
        gzip_types text/plain;

        output_buffers 1 32k;
        postpone_output 1460;

        sendfile on;
        tcp_nopush on;
        tcp_nodelay on;

        keepalive_timeout 75 20;

        ignore_invalid_headers on;

        index index.html;

        upstream rails_app {
            server unix:/tmp/.sock fail_timeout=0;
        }

        server {
            server_name domain.local www.domain.local;

            access_log /var/log/nginx/domain.local.access_log main;
            error_log /var/log/nginx/domain.local.error_log info;

            root /path/to/rails/app/public;

            try_files $uri/index.html $uri.html $uri @app;

            location @app {
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_set_header Host $http_host;
                proxy_redirect off;
                proxy_pass http://rails_app;
            }

            # Rails error pages
            error_page 500 502 503 504 /500.html;
            location = /500.html {
                root /path/to/rails/app/public;
            }
        }

        server {
            server_name wp.domain.local *.wp.domain.local;

            access_log /var/log/nginx/wp.domain.local.access_log main;
            error_log /var/log/nginx/wp.domain.local.error_log info;

            root /path/to/wordpress;

            try_files $uri $uri/ /index.php;

            index index.php index.html index.htm default.html default.htm;
            location ~ \.php$ {
                include /etc/nginx/fastcgi.conf;
                fastcgi_pass  127.0.0.1:65532;
                fastcgi_index index.php;
            }
        }

        server {
            server_name localhost www.localhost;

            access_log /var/log/nginx/localhost.access_log main;
            error_log /var/log/nginx/localhost.error_log info;

            root /var/www/localhost/htdocs;

            index index.php index.html index.htm default.html default.htm;
            location ~ \.php$ {
                include /etc/nginx/fastcgi.conf;
                fastcgi_pass  127.0.0.1:65532;
                fastcgi_index index.php;
            }
        }

    }
  • 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-05-27T11:40:02+00:00Added an answer on May 27, 2026 at 11:40 am

    Try changing your try_files directive to try_files $uri $uri/ /index.php?$args; to handle the query strings WordPress uses.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I am trying to loop through a bunch of documents I have to put
I have some data like this: 1 2 3 4 5 9 2 6
I am trying to understand how to use SyndicationItem to display feed which is

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.