Ralkage ok i get it.
and now i want ask.
how to setting nginx server configuration block ?
if i install flarum in my folder in my site. like this : domain.com/flarum
i see in : http://flarum.org/docs/installation/
i must add this
location / { try_files $uri $uri/ /index.php?$query_string; }
location /api { try_files $uri $uri/ /api.php?$query_string; }
location /admin { try_files $uri $uri/ /admin.php?$query_string; }
...
..
gzip_disable "MSIE [1-6]\.(?!.*SV1)";
this code must add in my server block in /etx/nginx/sites-available/domain.com ?
or i must make new ?
please tell me