+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Any one know nginx rules please

  1. #1

    Exclamation Any one know nginx rules please

    Hello
    Any one know nginx rules i moved to new server working with nginx and htaccess rewrite rules not working
    i try all topic in forum but the most not work well
    any one can copy for me nginx rules
    Thanks

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,177
    Hello,

    Find attached file flynax-nginx-rules(new).txt

  3. #3
    thanks but not working with me

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,177
    Contact your hosting for more info

    Maybe permissions are required to use personal rules

  5. #5
    i have a vps

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,177
    - Check the error log on your server

    - Make sure you use your domain in nginx rules instead of 'your-domain'

  7. #7
    i did but the same ):

  8. #8
    now worked when i put your code inside server {
    listen 8080;

    but i still have this problem
    plus when i try in admin enable cache i got error
    Fatal error: Uncaught mysqli_sql_exception: Unknown column '*' in 'field list'

  9. #9

    Where to paste this nginx rules ?

    I have nginx ubuntu 22
    Please advise on where to place this file or paste this code ?

  10. #10
    in Vhost file in your control panel
    i have cloud panel
    not replace just add inside server {
    listen 8080;

+ Reply to Thread