We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f18ec commit 39dafaaCopy full SHA for 39dafaa
server/fedora/config/etc/httpd/conf/httpd.conf
@@ -290,6 +290,7 @@ ProxyRequests Off
290
<VirtualHost 18.4.86.50:80 *:80>
291
ServerName scripts-cert.mit.edu
292
ServerAlias scripts-cert
293
+ ServerAlias 18.4.86.50
294
Include conf.d/scripts-vhost.conf
295
Include conf.d/vhosts-common.conf
296
</VirtualHost>
@@ -373,6 +374,7 @@ ProxyRequests Off
373
374
<VirtualHost 18.4.86.50:443 18.4.86.50:444 *:443 *:444>
375
376
377
378
379
Include conf.d/vhosts-common-ssl.conf
380
SSLCertificateFile /etc/pki/tls/certs/scripts-cert.pem
0 commit comments