Pirat jordanjay29 I did not understand this exactly where to add to which block? Nginx Add the following lines to your server’s configuration block: 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; } .... And this too Lighttpd Add the following lines to your server’s configuration block:
jordanjay29 Those are two different webserver systems, you would need to use what is appropriate to what you set up on your server. Did you install Apache, nginx or lppd?
Pirat jordanjay29 I haven’t yet established anything, what is better to install for me to work quickly I would install nginx I like it
Pirat This should help newbies. https://websiteforstudents.com/setup-flarum-forum-on-ubuntu-16-04-17-10-18-04-with-nginx-mariadb-and-php-7-1-support/
Pirat apache is slow and this outdated technology luceos It turns out this instruction is not correct?
Pirat Can this more correct instruction https://discuss.flarum.org/d/7454-how-to-install-flarum-in-centos-7-with-nginx-php-fpm-mariadb
Pollux Pirat apache is slow and this outdated technology How many concurrent users do you expect, 10,000, 100,000? And how many requests per second, 100, 1,000? Unless you handle that amount of traffic the speed of your server should be your least concern.
Pollux Pirat I need the pages to open quickly Understandable. The influence of the server software is the least important factor though.