So, a little late, I'm busy at the moment.
Basis: openSUSE 16.0, Nginx 1.27 with PHP 8.4.16 (default openSUSE .rpm) and FlatPress Github 3057.
Installed in the web server /(root) folder with the default WordPress nginx.conf.
Code: Select all
location / {
# WordPress web hosting config for Nginx servers
try_files $uri $uri/ /index.php?$args;
}
Standard actions, creating and deleting posts, editing categories, gallery, static content pages, activating/deactivating plugins, importing a FlatPress backup with more then 100 entries and rebuilding the index, as well as search and media manager in the admin panel were tested.
FlatPress Github 3057 runs stably and there are no complaints
Recommendation to the developers:
When working with Nginx, there should be no note in the administration interface under Plugins that PrettyUrls is not able to save the .htaccess. It would be advantageous to include a note that the .htaccess can/must be replaced by an nginx.conf -> location directive.
The other tests will follow as soon as there is more time available.
best regards