/
var
/
lib
/
letsencrypt
/
backups
/
1771889955.3368242
/
/var/lib/letsencrypt/backups/1771889955.3368242
mkdir
upload
Name
Size
Mode
Actions
CHANGES_SINCE
333
0644
edit
dl
rm
coeditor.conf_0
877
0644
edit
dl
rm
FILEPATHS
41
0644
edit
dl
rm
Edit:
/var/lib/letsencrypt/backups/1771889955.3368242/coeditor.conf_0
(877B)
<VirtualHost *:80> ServerName coeditor.org ServerAlias www.coeditor.org Redirect permanent / https://coeditor.org/ </VirtualHost> <VirtualHost *:443> ServerName coeditor.org ServerAlias www.coeditor.org DocumentRoot /var/www/coeditor.org/ # ProxyPreserveHost On # ProxyPass / http://localhost:5574/ # ProxyPassReverse / http://localhost:5574/ # WebSocket support for Vite HMR RewriteEngine On RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteCond %{HTTP:Connection} upgrade [NC] RewriteRule ^/?(.*) ws://localhost:5574/$1 [P,L] # SSLEngine on # SSLCertificateFile /etc/letsencrypt/live/coeditor.org/fullchain.pem # SSLCertificateKeyFile /etc/letsencrypt/live/coeditor.org/privkey.pem ErrorLog ${APACHE_LOG_DIR}/coeditor_error.log CustomLog ${APACHE_LOG_DIR}/coeditor_access.log combined </VirtualHost>
Save
cmd:
run