User avatar
Kazuky Akayashi ฅ^•ﻌ•^ฅ @KazukyAkayashi@social.zarchbox.fr
7mo
Okay je voulais retester dokuwiki ... mais ça veux pas, impossible de charger le Install.php (sur mon domaine en .local et avec caddy, conf récupéré dans la doc de dokuwiki) ​:blobPikaGlare:​
1
0
0
0
User avatar
Kazuky Akayashi ฅ^•ﻌ•^ฅ @KazukyAkayashi@social.zarchbox.fr
7mo
C'est mal parti pour redonner une chance a Dokuwiki ​:pikasmilesweat:​
1
0
0
0
User avatar
Kazuky Akayashi ฅ^•ﻌ•^ฅ @KazukyAkayashi@social.zarchbox.fr
7mo
Y a des fedigens dans le coin qui ont installé Dokuwiki avec Caddy derrière ?

C'est pas pour un ami
​:blobPikaLaugh:​

3
5
0
0
User avatar
Tournesol 🌻 @tournesol@peculiar.florist
7mo
@KazukyAkayashi ah moi aussi je suis sur du troubleshoot caddy :p mais je peux regarder pour dokuwiki même si je connais pas
1
0
0
0

User avatar
Tournesol 🌻 @tournesol@peculiar.florist
7mo
@KazukyAkayashi c'est cette config que tu utilises du coup ?
https://your.wikidomain.com {
 
    encode gzip zstd
    root * /srv/doku
 
    #Remember to comment the below forbidden block out when you're installing, and uncomment it when done.
    @forbidden path /data/* /conf/* /bin/* /inc/* /install.php
    handle @forbidden {
        respond * 403
    }
    #End of the forbidden block
 
    try_files {path} {path}/index.html
 
    route {
        handle_path /_media/* {
            rewrite * /lib/exe/fetch.php?media={path}&{query}    
        }
        handle_path /_detail/* {
            rewrite * /lib/exe/detail.php?media={path}&{query}
        }        
        handle /_export/* {
            @export path_regexp export ^/_export/([^/]+)/(.*)
            rewrite @export /doku.php?do=export_{re.export.1}&{query}&id={re.export.2}
        }
        handle / {
            rewrite * /doku.php?{query}
        }
        try_files {path} /doku.php?id={path}&{query}
    }
 
    file_server
    php_fastcgi 127.0.0.1:9000
}


t'as bien commenté
handle @forbidden pour l'installation ?
1
0
0
0
User avatar
Kazuky Akayashi ฅ^•ﻌ•^ฅ @KazukyAkayashi@social.zarchbox.fr
7mo
@tournesol ouep c'est cette conf donné sur leur wiki, et oui le handle qui bloque les accès est commenté.

Je pense a un problème de droit sinon
​:pikathunk:​
1
0
0
0
User avatar
Kazuky Akayashi ฅ^•ﻌ•^ฅ @KazukyAkayashi@social.zarchbox.fr
7mo
@tournesol du coup le problème est en fait tout autre et j'avoue ne pas du tout comprendre vu que j'ai accès a mes autres domaine en .local ​:pikasmilesweat:​
1
0
0
0
1