Question Nginx

Status
Not open for further replies.

DeadCode

Customer
Hello! The nginx configuration that was provided doesn't seem to work.

The url don't seem to be re-written, and yes, I have reloaded nginx.

Code:
# SC
server {
    listen 80;
    root /home/public_html/=hiddden=;
    index index.php index.html index.htm;

    server_name =hidden=;

    location ~* \.(png|jpg|jpeg|gif|ico)$
    {
        expires 30d;
        log_not_found off;
    }

    location / {
        try_files $uri $uri/ /dbseo.php;
    }

    location ~ ^((?!dbseo).)*\.php$
    {
        rewrite ^/(.*)$ /dbseo.php last;
    }


#    location ~ \.(hh|php)$ {
#        fastcgi_keep_conn on;
#        fastcgi_pass unix:/var/run/hhvm/hhvm.sock;
#        fastcgi_index  index.php;
#        fastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;
#        include        fastcgi_params;
#    }


    location ~ \.php$ {
        try_files $uri =404;
        fastcgi_split_path_info ^(.+\.php)(/.+)$;
        fastcgi_pass unix:/var/run/php5-fpm.sock;
        fastcgi_index index.php;
        include fastcgi_params;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        fastcgi_param   SCRIPT_NAME        $fastcgi_script_name;
        fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
    }


}
 
Last edited:
Unfortunately we have no experience running DBSEO on Nginx, the rules included in the product is provided to us by the community. Due to the fact that you've posted this in the Private support forums, no-one else running Nginx will be able to help :(

You'll need to contact your server administrator or whoever else on your team has experience with Nginx in order to have them assist you. If you have no such person on your team, I would strongly recommend switching to Apache, since it's much easier to administer and doesn't have these issues.
 
Unfortunately we have no experience running DBSEO on Nginx, the rules included in the product is provided to us by the community. Due to the fact that you've posted this in the Private support forums, no-one else running Nginx will be able to help :(

You'll need to contact your server administrator or whoever else on your team has experience with Nginx in order to have them assist you. If you have no such person on your team, I would strongly recommend switching to Apache, since it's much easier to administer and doesn't have these issues.

Is it possible to move this thread to public forums, if possible? =)
 
Hey,

As there's been no further activity on this ticket, I'll flag it as Answered. I'm sorry I couldn't be of more help :(
 
Hello DeadCode,

This ticket has now been closed with the status Answered.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,172
Customer rating
5.00 star(s) 1 ratings
Top