+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Nginx rules

Hybrid View

  1. #1

    Nginx rules

    I have this rewrite rules
    Code:
    Only registered members can view the code.

    but add-listing links don't work
    like this
    http://mydomain/add-listing/books/books ... ories.html
    http://mydomain/post-ad/dvds-and-movies/dvd/

  2. #2
    Junior Member
    Join Date
    Mar 2013
    Posts
    3
    I realize this thread is old, but does anyone have a complete set of rules for nginx with 4.x?

    thanks!

  3. #3
    In case somebody need nginx rules, here they are:


    Code:
    Only registered members can view the code.

    In my case it was in the server section of the nginx config file

    I also can confirm that flynax works on nginx +fastcgi php server without apache )
    Last edited by Mike; December 5, 2013 at 09:51 AM.

  4. #4
    update:
    for the sitemap plugin additional rule required

    Code:
    Only registered members can view the code.

  5. #5
    FYI:

    We don't provide nginx server configuration service as any other web server configurations or tweaking service. You have to do it with your server administrator or hosting support.

    Yes there are rewrite rules in the thread to use with nginx server, but only the rules - you have to copy them to the nginx configuration file. Please consider that the rest of configuration should be done on your side
    Last edited by Mike; December 5, 2013 at 09:52 AM.

  6. #6
    Hi all,

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

    Code:
    Only registered members can view the code.
    Last edited by Alex; September 26, 2013 at 05:45 AM.

    Other than that happy coding...
    Flynax Technical Department

  7. #7
    Senior Member
    Join Date
    May 2015
    Posts
    156
    Are there any instructions how to enable this for nginx+fastcgi?

    my current settings are:
    Code:
    Only registered members can view the code.
    but the website responds with the 404 code
    Last edited by Alex; June 17, 2015 at 03:28 AM.

  8. #8
    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$ {...}

    Other than that happy coding...
    Flynax Technical Department

  9. #9
    Senior Member
    Join Date
    May 2015
    Posts
    156
    Server {} are default. But will post it once I have access to it

  10. #10
    Senior Member
    Join Date
    May 2015
    Posts
    156
    Here is my code


    Code:
    Only registered members can view the code.

+ Reply to Thread