Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
2018/11/01 15:56:24 [error] 42551#100552: *14 open() "/usr/local/www/dokuwiki/usr/local/www/dokuwiki/lib/tpl/dokuwiki/images/button-css.png" failed (2: No such file or directory), client: 10.49.1.3, server: localhost, request: "GET /usr/local/www/dokuwiki/lib/tpl/dokuwiki/images/button-css.png HTTP/1.1", host: "localhost:8000", referrer: "http://localhost:8000/doku.php"
fastcgi_param SCRIPT_NAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
location ~ \.php$ {
fastcgi_pass unix:/var/run/php72-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
Versuch es doch mal in umgekehrter Reihenfolge, also erst das include, dann die gesonderte Angabe des fastcgi_param.Habe ich hier einen Denkfehler ?
We use essential cookies to make this site work, and optional cookies to enhance your experience.