I am trying to do a very simple removal of index.php from a url using nginx only config.
eg
https://www.domain.com/index.php/some/category
The standard code
has no effect in Additional nginx settings and has to be placed within the server block .. which of course will not survive a rebuild...