|
@@ -38,7 +38,7 @@ server {
|
|
}
|
|
}
|
|
|
|
|
|
location / {
|
|
location / {
|
|
- root /home/beta.liberama/public;
|
|
|
|
|
|
+ root /home/liberama/public;
|
|
|
|
|
|
location /tmp {
|
|
location /tmp {
|
|
types { } default_type "application/xml; charset=utf-8";
|
|
types { } default_type "application/xml; charset=utf-8";
|
|
@@ -82,7 +82,7 @@ server {
|
|
}
|
|
}
|
|
|
|
|
|
location / {
|
|
location / {
|
|
- root /home/beta.liberama/public;
|
|
|
|
|
|
+ root /home/liberama/public;
|
|
|
|
|
|
location /tmp {
|
|
location /tmp {
|
|
types { } default_type "application/xml; charset=utf-8";
|
|
types { } default_type "application/xml; charset=utf-8";
|
|
@@ -99,7 +99,7 @@ server {
|
|
listen 23480;
|
|
listen 23480;
|
|
server_name flibusta_proxy;
|
|
server_name flibusta_proxy;
|
|
|
|
|
|
- valid_referers omnireader.ru beta.omnireader.ru liberama.top b.liberama.top;
|
|
|
|
|
|
+ valid_referers liberama.top b.liberama.top;
|
|
|
|
|
|
if ($invalid_referer) {
|
|
if ($invalid_referer) {
|
|
return 403;
|
|
return 403;
|
|
@@ -115,7 +115,7 @@ server {
|
|
listen 23481;
|
|
listen 23481;
|
|
server_name flibusta_proxy_static;
|
|
server_name flibusta_proxy_static;
|
|
|
|
|
|
- valid_referers omnireader.ru beta.omnireader.ru liberama.top b.liberama.top;
|
|
|
|
|
|
+ valid_referers liberama.top b.liberama.top;
|
|
|
|
|
|
if ($invalid_referer) {
|
|
if ($invalid_referer) {
|
|
return 403;
|
|
return 403;
|