-
Hy @rappasoft, thanks for this great package.. I see the demo site and it working, the url not reset to root url when i change the page, search or filter the table.. I was wondering how is your nginx configuration, can you give me the configuration? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hello, I have the same problem!:(( |
Beta Was this translation helpful? Give feedback.
-
refer from https://laravel.com/docs/8.x/deployment#nginx i forgot to add add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options "nosniff"; Thanks |
Beta Was this translation helpful? Give feedback.
refer from https://laravel.com/docs/8.x/deployment#nginx
i forgot to add
Thanks