icq 775084, alexz006, , icq t.me/alexz15 | t.me/seodor

Конфигурация Nginx

Необходимые директивы:
location / {
	proxy_send_timeout  300;
	proxy_read_timeout  300;
	proxy_connect_timeout  300;
	try_files $uri $uri/ /index.php?$query_string;
}
location /admin/ {
	try_files $uri /admin/index.php?$query_string;
}
location ~* /templates/ {
	rewrite ^/templates/(.*) /public/view/templates/;
}
location ~* "\/sys_tmp|^/ucontent|^/system\/|\/stats_tmp\/|\/_rezerv_images\/|\/cache\/|\.ini|(user)?macros\.xml$|\.lock|\.db|\/parsing_log\.txt|\/antivirus_md5\.txt|\.cfg|_client\.zip|\/browscap_cache\.php|\/templates\/.*\.(html|tpl|php|txt)|public\/view\/stats\/cloaking.js" {
	deny all;
	return 404;
}
location = /favicon.ico {
	return 204;
	access_log     off;
	log_not_found  off;
}


Скачать шаблон для VestaCP + Nginx + PHP-FPM.
Файлы нужно скопировать в папку: /usr/local/vesta/data/templates/web/nginx/php-fpm/

Мануал по настройке сервера.