Adding reverse proxy for shellinabox

This commit is contained in:
Ubergeek 2019-03-17 20:04:43 +00:00
parent b7f233804b
commit 689cecd3c9
1 changed files with 7 additions and 0 deletions

View File

@ -19,5 +19,12 @@ RewriteEngine on
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem
<Location /shell>
ProxyPass http://localhost:4200/
Order allow,deny
Allow from all
</Location>
</VirtualHost>
</IfModule>