8
Nginx phpmyadmin leitet beim Login zu / anstelle von / phpmyadmin um
Ich habe Probleme mit meinem phpmyadmin bei meiner Nginx-Installation. Wenn ich eingeben <ServerIP>/phpmyadminund anmeldet, werde ich zu umgeleitet <ServerIP>/index.php?<tokenstuff>statt<ServerIP>/phpmyadmin/index.php?<tokenstuff> Nginx-Konfigurationsdatei: user nginx; worker_processes 5; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent …