Announcement

Collapse
No announcement yet.

Where is there configuration?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Where is there configuration?

    Hi I Am new user.

    And instal says

    location /api/v1/ { if (!-e $request_filename){ rewrite ^/api/v1/(.*)$ /api/v1/index.php last; break; } } location / { rewrite reset/?$ reset.html break; } Where i need to put that? I am use NGINX and try to put a default file into server session, but at this case, nginx failure .. Could you some help me please? Best

  • #2
    Solve: missing a ~ before location ...

    Comment

    Working...
    X