/var/lib/letsencrypt/backups/1771889955.6584415
NameSizeModeActions
CHANGES_SINCE1490644editdlrm
coeditor.conf_010640644editdlrm
FILEPATHS410644editdlrm
Edit: /var/lib/letsencrypt/backups/1771889955.6584415/coeditor.conf_0 (1064B)
ServerName coeditor.org ServerAlias www.coeditor.org Redirect permanent / https://coeditor.org/ 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 SSLCertificateFile /etc/letsencrypt/live/coeditor.org/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/coeditor.org/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf