PHP WebShell

Текущая директория: /etc/apache2/sites-enabled

Просмотр файла: wallet.bitcardo.com-le-ssl.conf

<IfModule mod_ssl.c>
<VirtualHost *:443>
    ServerName wallet.bitcardo.com
    DocumentRoot /var/www/bitcardoApp

    <Directory /var/www/bitcardoApp>
       SetEnv CENTRAL_WALLET_KEY "tszzHEGn4XRHb/am+l2oT012R5sl0wqQe/q4ekycpFQ="
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/wallet.bitcardo.com_error.log
    CustomLog ${APACHE_LOG_DIR}/wallet.bitcardo.com_access.log combined


SSLCertificateFile /etc/letsencrypt/live/wallet.bitcardo.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/wallet.bitcardo.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>

Выполнить команду


Для локальной разработки. Не используйте в интернете!