Загрузка данных
server { listen 8090; server_name _; root /usr/share/phpmyadmin; index index.php index.html; location / { try_files $uri $uri/ =404; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.0-fpm.sock; } }