Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
server {
listen 12.34.56.78:80;
server_name new-help.cc;
root /var/www/new-help.cc;
index index.php;
try_files $uri $uri/ /index.php?$uri;
rewrite ^/(admin|api|cron|intranet|rss|staff|visitor|winapp|onsite)/(.*)$ /$1/index.php?/$2 last;
location / {
index index.html index.htm index.php;
try_files $uri $uri/ /index.php?$request_uri;
}
location ~ \.php$ {
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/var/run/php5.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
}
Beta localizations админки (админ+стаф) с сайта каяки.
Вот выкладывали же уже перевод.Beta localizations админки (админ+стаф) с сайта каяки.
Установка:
1)копируем папку ru в __swift/locale/
2)Заходим в .../admin/ и выбираем русский снизу окна логина.
3)Загружаем XML для перевода саппорт центра.