This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
getting_started:18_install_ubuntu_nginx [2019/12/19 11:46] – admin | getting_started:18_install_ubuntu_nginx [2019/12/19 12:27] (current) – [Install RADIUSdesk] admin | ||
---|---|---|---|
Line 335: | Line 335: | ||
sudo mysql -u root rd < / | sudo mysql -u root rd < / | ||
</ | </ | ||
- | |||
- | <WRAP center round tip 80%> | ||
- | * If you have a small server like a Raspberry Pi you, run the following SQL for better performance. | ||
- | <code sql> | ||
- | use rd; | ||
- | delete from phrase_values where language_id=16 OR language_id=15 or language_id=13 or language_id=5 or language_id=14; | ||
- | </ | ||
- | </ | ||
- | |||
=== Configure Nginx === | === Configure Nginx === | ||
* Since CakePHP uses rewrite rules, we have to configure Nginx in such a way as to allow rewriting of the URL's that starts with / | * Since CakePHP uses rewrite rules, we have to configure Nginx in such a way as to allow rewriting of the URL's that starts with / |