configurations/Nginx/Server Blocks/cshd.libraryofcode.org.conf

11 lines
272 B
Plaintext

server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name cshd.libraryofcode.org;
ssl_certificate /etc/nginx/ssl/org.chain.crt;
ssl_certificate_key /etc/nginx/ssl/org.key.pem;
return 302 https://staff.libraryofcode.org$request_uri;
}