Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2216

Joomla 4.x - Задайте здесь свой вопрос по поддержке • Joomla 4.3.2 with nginx dont show preview

$
0
0
Joomla 4.3.2 with nginx dont show preview, help me. Only several pictures can view pteview. I haven't been able to solve the problem for a month now

My nginx config
nginx.conf: |
server {
listen 80;
index index.php index.html;
client_max_body_size 160m;
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
# Set nginx to serve files from the shared volume!
root /var/www/html;
server_name _;
location /api/ {
client_max_body_size 160m;
try_files $uri $uri/ /api/index.php?$args;
}
location /administrator/ {
try_files $uri $uri/ /administrator/index.php?$args;
}
location / {
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass php:9000;
fastcgi_index index.php;
include fastcgi_params;
client_max_body_size 160m;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
}
}

Statistics: Posted by Baurzhan — Tue Apr 30, 2024 2:23 pm



Viewing all articles
Browse latest Browse all 2216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>