From 67bd93b4efc00b5fa17a4ae8ba26c936c8ef8ca3 Mon Sep 17 00:00:00 2001 From: monaco Date: Sun, 6 Feb 2022 15:23:01 +0100 Subject: Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5d2505..66c0890 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Replace respective codes above to represent you're site. This configuration is needed in order to include fiche at you're build for nginx, apply this changes to you're nginx.conf for you're respective site: -``` +```c location /p/ { alias /home/admin/web/paste.oddprotocol.org/public_html/p/; index index.txt; @@ -29,7 +29,7 @@ This configuration is needed in order to include fiche at you're build for nginx This configuration is needed for you're OpenHTTPD if you're running OpenBSD, apply this changes on you're httpd.conf for you're respective site: -``` +```c location "/test/p/*" { directory { auto index, index "index.txt" } } @@ -40,7 +40,7 @@ KISSmo is fully compatible with Terminal Lynx or other terminal browsers! Disable searching feature: Open archive.php and remove this specific code as followed > -``` +```html