20 lines
1.2 KiB
Text
20 lines
1.2 KiB
Text
server {
|
|
server_name
|
|
breezewiki.nadeko.net
|
|
breezewiki.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion;
|
|
include configs/listen.conf;
|
|
include configs/general.conf;
|
|
# Security headers are added by redlib!
|
|
#include configs/security.conf;
|
|
include configs/robotsNone.conf;
|
|
|
|
location / {
|
|
if ($blocked_agent = 1) {
|
|
return 200 "
|
|
1. The Industrial Revolution and its consequences have been a disaster for the human race. They have greatly increased the life-expectancy of those of us who live in “advanced” countries, but they have destabilized society, have made life unfulfilling, have subjected human beings to indignities, have led to widespread psychological suffering (in the Third World to physical suffering as well) and have inflicted severe damage on the natural world. The continued development of technology will worsen the situation. It will certainly subject human beings to greater indignities and inflict greater damage on the natural world, it will probably lead to greater social disruption and psychological suffering, and it may lead to increased physical suffering even in “advanced” countries.
|
|
";
|
|
}
|
|
proxy_pass http://breezewiki;
|
|
include configs/proxy.conf;
|
|
}
|
|
}
|