merge-requests/2/head
Matthew 2021-05-21 15:15:57 -04:00
parent 7e347612bc
commit 0f1588e246
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ server {
ssl_certificate_key /etc/nginx/ssl/org.key.pem;
location / {
return 307 https://wiki.libraryofcode.org/
return 307 https://wiki.libraryofcode.org/;
}
location /synchrony {
proxy_set_header X-Forwarded-Host $host;