14 lines
481 B
Plaintext
14 lines
481 B
Plaintext
<VirtualHost *:8443>
|
|
ServerName p2p.lescorpsdereve.space
|
|
|
|
<Location />
|
|
AuthType Basic
|
|
AuthName authorization
|
|
AuthUserFile /etc/httpd/conf.d/apache_users.htpasswd
|
|
AuthGroupFile /etc/httpd/conf.d/apache_groups.htgroup
|
|
Require group transmission
|
|
|
|
ProxyPass http://127.0.0.1:9091/
|
|
ProxyPassReverse http://127.0.0.1:9091/
|
|
</Location>
|
|
</VirtualHost> |