I fount this Extra Configuration but I donīt know how to set it.
Here are the integrations that you can configure on the product after installation.
Nginx Servers
The product was designed to work by default for Apache servers. This is an extra thing that I provide for NGINX users although support is NOT guaranteed for NGINX servers.
The rewrite rule for NGINX that you need to add so that the urls work is the following:
rewrite ^\/(.+)$ /index.php?altum=$1 last;
This command should be added in your domain.conf nginx file in the location / { ... } field