OK, problem solved. My Firefox used cached version of required page and in incognito mode nginx denied correctly. After restart redmine plugin also reached target location. Thank you, guys, you are awesome :)
Thanks for the quick reply! I investigated nginx conf's and what I'm find out:
in all server directives in /etc/nginx/plesk.conf.d/vhosts/redmine.domain.tld.conf last line is: include "/var/www/vhosts/system/redmine.domain.tld/conf/vhost_nginx.conf"; and this file (vhost_nginx.conf) is writed by...
Hi! I'm setting up redmine with telegram plugin which required of manually setup nginx rules for specific location.
Here is the project GitHub - centosadmin/redmine_telegram_common: Redmine Telegram Common plugin
I have to add this block into apache&nginx settings in Additional nginx...