update alias

This commit is contained in:
Karol Wypchlo 2022-05-20 14:50:04 +02:00
parent b838979b94
commit 3fe46e3ef6
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ rewrite ^/docs(?:/(.*))?$ https://sdk.skynetlabs.com/$1 permanent;
error_page 401 = @http_401; error_page 401 = @http_401;
location @http_401 { location @http_401 {
root /etc/nginx/conf.d/pages; alias /etc/nginx/conf.d/pages/401.txt;
alias 401.txt;
} }
#location / { #location / {