From 09450ac5d7bbb16441aa562bde8d0c7f8394c981 Mon Sep 17 00:00:00 2001 From: Aborn Jiang Date: Mon, 16 May 2022 12:05:17 +0800 Subject: [PATCH] commit by magit in emacs@2022-05-16 12:05:14 --- nginx/config/s.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx/config/s.conf b/nginx/config/s.conf index 965816f..0233052 100644 --- a/nginx/config/s.conf +++ b/nginx/config/s.conf @@ -4,12 +4,9 @@ server { server_tokens off; server_name_in_redirect off; - /home/aborn/github/CodeSnippet/switchysharp - root /home/; # root path access_log /path/to/static.access.log combined; # log file path - /home/aborn/log/proxy.txt error_page 500 502 503 504 /50x.html; location / {