changes
parent
7e347612bc
commit
0f1588e246
|
@ -7,7 +7,7 @@ server {
|
||||||
ssl_certificate_key /etc/nginx/ssl/org.key.pem;
|
ssl_certificate_key /etc/nginx/ssl/org.key.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 307 https://wiki.libraryofcode.org/
|
return 307 https://wiki.libraryofcode.org/;
|
||||||
}
|
}
|
||||||
location /synchrony {
|
location /synchrony {
|
||||||
proxy_set_header X-Forwarded-Host $host;
|
proxy_set_header X-Forwarded-Host $host;
|
||||||
|
|
Loading…
Reference in New Issue