From c84723b1592cc1e6cf7aa4eba25db8151c1c8922 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 2 Jun 2021 18:15:04 +0200 Subject: [PATCH] add sia-auth --- docker/nginx/conf.d/client.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/nginx/conf.d/client.conf b/docker/nginx/conf.d/client.conf index 2ae32288..17c67bd3 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -404,6 +404,7 @@ server { location /skynet/pin { include /etc/nginx/conf.d/include/cors; + include /etc/nginx/conf.d/include/sia-auth; # Extract 2 sets of 2 characters from $request_id and assign to $dir1, $dir2 # respectfully. The rest of the $request_id is going to be assigned to $dir3.