test without website
This commit is contained in:
parent
7c52fe77e1
commit
83521f141f
|
@ -30,11 +30,11 @@ error_page 401 /etc/nginx/public/etc/nginx/conf.d/pages/401.html;
|
||||||
# error_page 451 /etc/nginx/public/etc/nginx/conf.d/pages/451.html;
|
# error_page 451 /etc/nginx/public/etc/nginx/conf.d/pages/451.html;
|
||||||
# error_page 500 501 502 503 /etc/nginx/public/etc/nginx/conf.d/pages/5xx.html;
|
# error_page 500 501 502 503 /etc/nginx/public/etc/nginx/conf.d/pages/5xx.html;
|
||||||
|
|
||||||
location / {
|
#location / {
|
||||||
include /etc/nginx/conf.d/include/cors;
|
# include /etc/nginx/conf.d/include/cors;
|
||||||
|
#
|
||||||
proxy_pass http://website:9000;
|
# proxy_pass http://website:9000;
|
||||||
}
|
#}
|
||||||
|
|
||||||
location /skynet/blocklist {
|
location /skynet/blocklist {
|
||||||
include /etc/nginx/conf.d/include/cors;
|
include /etc/nginx/conf.d/include/cors;
|
||||||
|
|
Reference in New Issue