modifichine alle conf dei virtualhost

This commit is contained in:
pezcurrel 2020-06-11 18:58:55 +02:00
parent 46b85d1973
commit ea13a1513d
2 changed files with 8 additions and 12 deletions

View file

@ -1,11 +1,5 @@
#<VirtualHost *:80>
# ServerAdmin pezcurrel@tiscali.it
# ServerName pantagruel.dnsup.net
# Redirect Permanent / https://pantagruel.dnsup.net/
#</VirtualHost>
#<VirtualHost *:443>
<VirtualHost 172.17.0.2:80>
ServerAdmin pongrebio@mastodon.help
ServerName mastodon.help
@ -13,8 +7,8 @@
<Directory "/var/www/mastodon.help">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
AllowOverride All
Require all granted
</Directory>
# SSLEngine on
@ -27,7 +21,7 @@
## SSLStaplingReturnResponderErrors off
## SSLUseStapling on
# SSLCertificateFile /etc/letsencrypt/live/pantagruel.dnsup.net/fullchain.pem
# SSLCertificateKeyFile /etc/letsencrypt/live/pantagruel.dnsup.net/privkey.pem
# SSLCertificateFile /etc/letsencrypt/live/mastodon.help/fullchain.pem
# SSLCertificateKeyFile /etc/letsencrypt/live/mastodon.help/privkey.pem
</VirtualHost>

View file

@ -1,4 +1,6 @@
<VirtualHost 172.17.0.2:80>
ServerAdmin pongrebio@mastodon.help
DocumentRoot "/var/www/localhost/htdocs"
DocumentRoot "/var/www/localhost/htdocs"
</VirtualHost>