httpd_dokuwiki
Differences
This shows you the differences between two versions of the page.
| httpd_dokuwiki [2024/05/27 05:24] – created chris | httpd_dokuwiki [2026/02/08 02:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== OpenBSD httpd Dokuwiki ====== | ||
| + | The code below assumes you have basic knowledge of httpd and have php setup as fpm server | ||
| + | < | ||
| + | server " | ||
| + | listen on * tls port 443 | ||
| + | root "/ | ||
| + | tls { | ||
| + | certificate "/ | ||
| + | key "/ | ||
| + | } | ||
| + | |||
| + | location "/ | ||
| + | location "/ | ||
| + | location "/ | ||
| + | location "/ | ||
| + | location "/ | ||
| + | location "/ | ||
| + | location "/ | ||
| + | location "/ | ||
| + | location "/ | ||
| + | directory auto index | ||
| + | } | ||
| + | location " | ||
| + | fastcgi socket "/ | ||
| + | } | ||
| + | |||
| + | directory index index.php | ||
| + | location "/ | ||
| + | root "/ | ||
| + | request strip 2 | ||
| + | } | ||
| + | } | ||
| + | </ | ||
