update root

This commit is contained in:
Karol Wypchlo 2022-05-20 14:46:42 +02:00
parent 18fddcd8a4
commit b838979b94
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
2 changed files with 6 additions and 8 deletions

View File

@ -38,14 +38,6 @@ proxy_set_header User-Agent: Sia-Agent;
proxy_pass http://sia:9980/skynet/skylink/$skylink$path$is_args$args; proxy_pass http://sia:9980/skynet/skylink/$skylink$path$is_args$args;
proxy_intercept_errors on; proxy_intercept_errors on;
root /etc/nginx/conf.d/pages;
# error_page 400 /400.html;
error_page 401 /401.html;
# error_page 403 /403.html;
# error_page 404 /404.html;
# error_page 451 /451.html;
# error_page 500 501 502 503 /5xx.html;
log_by_lua_block { log_by_lua_block {
local skynet_account = require("skynet.account") local skynet_account = require("skynet.account")
local skynet_modules = require("skynet.modules") local skynet_modules = require("skynet.modules")

View File

@ -23,6 +23,12 @@ rewrite ^/stats /skynet/stats permanent;
rewrite ^/skynet/blacklist /skynet/blocklist permanent; rewrite ^/skynet/blacklist /skynet/blocklist permanent;
rewrite ^/docs(?:/(.*))?$ https://sdk.skynetlabs.com/$1 permanent; rewrite ^/docs(?:/(.*))?$ https://sdk.skynetlabs.com/$1 permanent;
error_page 401 = @http_401;
location @http_401 {
root /etc/nginx/conf.d/pages;
alias 401.txt;
}
#location / { #location / {
# include /etc/nginx/conf.d/include/cors; # include /etc/nginx/conf.d/include/cors;
# #