Move Apache site conf file to a dedicated directory
This commit is contained in:
13
apache-sites/scanservjs.conf
Normal file
13
apache-sites/scanservjs.conf
Normal file
@ -0,0 +1,13 @@
|
||||
<VirtualHost *:443>
|
||||
ServerName printscan.hp3.kto.black
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile "/etc/ssl/cert.crt"
|
||||
SSLCertificateKeyFile "/etc/ssl/cert.key"
|
||||
|
||||
<Location />
|
||||
ProxyPass "http://127.0.0.1:8080/"
|
||||
ProxyPassReverse "http://127.0.0.1:8080/"
|
||||
</Location>
|
||||
</VirtualHost>
|
||||
|
Reference in New Issue
Block a user