mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-31 03:48:37 +03:00
Fix wiki redirect
This commit is contained in:
committed by
GitHub
parent
84ea08d6d0
commit
9224960dea
@@ -281,7 +281,8 @@ http {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://10.0.0.3:8080;
|
proxy_pass http://10.0.0.3:8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
port_in_redirect off;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
listen 443 ssl http2; # managed by Certbot
|
listen 443 ssl http2; # managed by Certbot
|
||||||
listen 8081 proxy_protocol;
|
listen 8081 proxy_protocol;
|
||||||
|
|||||||
Reference in New Issue
Block a user