From d9d5a093d1c74f0c2ef3c835656024078d65ee38 Mon Sep 17 00:00:00 2001 From: Ruan Date: Sat, 20 Jun 2020 22:45:20 +0000 Subject: [PATCH] Update Simple URLs --- Simple-URLs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Simple-URLs.md b/Simple-URLs.md index 60658ad..230e4f3 100644 --- a/Simple-URLs.md +++ b/Simple-URLs.md @@ -7,4 +7,8 @@ In nginx.conf: location /punishments { try_files $uri $uri/ /punishments/index.php?$uri&$args; } -``` \ No newline at end of file +``` + +## Apache + +TODO \ No newline at end of file