Люди добрые помогите пожалуйста с магазином под CloudFlare.
Работает магазин на: nginx+php-fpm+cloudflare
Цитата:
Циклическое перенаправление на странице
не на всех страницах, например в админке какая-то часть работает.
Не работаю ссылки вида:
Код:
/index.html?_token=5bcA4Ni5EqUMAFO3BQ91WYcztRcBXgQWGapiLuk72qc
Главная страница магазина не работает.
Nginx конфиг:
Код:
server {
listen 127.0.0.1:80;
server_name www.site.ru site.ru;
root /home/data/www/site.ru;
index index.html;
# serve static files directly
location ~* \.(jpg|jpeg|gif|css|png|js|ico|html)$ {
access_log off;
expires max;
log_not_found off;
}
location / {
# add_header Access-Control-Allow-Origin *;
try_files $uri $uri/ /index.html?$query_string;
}
location ~* \.php$ {
try_files $uri = 404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_index index.html;
fastcgi_param script_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
location ~ /\.ht {
deny all;
}
}
CloudFlare включил Always Use HTTPS и Automatic HTTPS Rewrites,
так же прописал Page Rules редирект с www: