/var/lib/letsencrypt/backups/1771889955.3368242
Edit: /var/lib/letsencrypt/backups/1771889955.3368242/coeditor.conf_0 (877B)
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