This commit is contained in:
octospacc 2023-08-20 22:09:58 +02:00
parent b9e6f7d6e2
commit bee34469cd
1 changed files with 2 additions and 2 deletions

View File

@ -93,10 +93,10 @@ server {
#}
location /wwwroot {
if ($SpaccBbsMap = '1') {
rewrite ^(.*) $scheme://hlb0.octt.eu.org/$request_uri redirect;
rewrite ^(.*) $scheme://hlb0.octt.eu.org/$request_uri last;
}
if ($SpaccBbsMap = '2') {
rewrite ^(.*) $scheme://octt.spaccsoj3trhzowrrblzb5m6hgkwu6syghnmhett7gvxbrz5zhsrs4ad.onion/$request_uri redirect;
rewrite ^(.*) $scheme://octt.spaccsoj3trhzowrrblzb5m6hgkwu6syghnmhett7gvxbrz5zhsrs4ad.onion/$request_uri last;
}
}
}