Adding reverse proxy for shellinabox
This commit is contained in:
parent
b7f233804b
commit
689cecd3c9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue