From 9e70e7272b98aa028ea59e0453cffebdfe91024a Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 11 Feb 2021 20:21:30 -0800 Subject: [PATCH] removing busted conf --- json-api/ngninx.conf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 json-api/ngninx.conf diff --git a/json-api/ngninx.conf b/json-api/ngninx.conf deleted file mode 100644 index ce495fd..0000000 --- a/json-api/ngninx.conf +++ /dev/null @@ -1,15 +0,0 @@ -server { - listen 80 default_server; - listen [::]:80 default_server; - - # passing to json-api here - location / { - # First attempt to serve request as file, then - # as directory, then fall back to displaying a 404. - try_files $uri $uri/ =404; - - # attempt to pass - proxy_pass http://0.0.0.0:4536; - #proxy_set_header: X-Real-IP $remote_addr; - } -}