File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
examples/web-server/apache Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<VirtualHost *:443>
2
- ServerName YOUR_SUBDOMAIN # e.g. dev. coder.com
3
- ServerAlias *.YOUR_SUBDOMAIN # e.g. *.dev. coder.com
2
+ ServerName coder.example .com
3
+ ServerAlias *.coder.example .com
4
4
ErrorLog ${APACHE_LOG_DIR}/error.log
5
5
CustomLog ${APACHE_LOG_DIR}/access.log combined
6
6
14
14
RewriteCond %{HTTP:Upgrade} websocket [NC]
15
15
RewriteRule /(.*) ws://127.0.0.1:3000/$1 [P,L]
16
16
17
- SSLCertificateFile /etc/letsencrypt/live/dev.dietstyler .com/fullchain.pem
18
- SSLCertificateKeyFile /etc/letsencrypt/live/dev.dietstyler .com/privkey.pem
17
+ SSLCertificateFile /etc/letsencrypt/live/coder.example .com/fullchain.pem
18
+ SSLCertificateKeyFile /etc/letsencrypt/live/coder.example .com/privkey.pem
19
19
</VirtualHost>
20
+
You can’t perform that action at this time.
0 commit comments