Search:

Type: Posts; User: Alex

Search: Search took 0.00 seconds.

  1. Thread: Nginx rules

    by Alex
    Replies
    26
    Views
    329,858

    nginx+fastcgi configuration example

    server {
    server_name www.flynax.dev flynax.dev;
    access_log /var/www/flynax.dev/logs/access.log;
    error_log /var/www/flynax.dev/logs/error.log;
    root /var/www/flynax.dev/public_html;...
  2. Thread: Nginx rules

    by Alex
    Replies
    26
    Views
    329,858

    Hello, The rewrite rules not dependent on...

    Hello,

    The rewrite rules not dependent on this nginx+fastcgi or nginx+apache
    Show us the contents of your tag server {...} not just one location ~ \.php$ {...}
  3. Thread: Nginx rules

    by Alex
    Replies
    26
    Views
    329,858

    Hi all, If your Flynax script is installed in...

    Hi all,

    If your Flynax script is installed in a subdirectory then use a location tag below:



    location /your_subdomain/
    {
    root /full/path/from/root/your_subdomain/;
Results 1 to 3 of 3