modifichine alle conf dei virtualhost
This commit is contained in:
parent
46b85d1973
commit
ea13a1513d
2 changed files with 8 additions and 12 deletions
|
@ -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>
|
<VirtualHost 172.17.0.2:80>
|
||||||
|
|
||||||
ServerAdmin pongrebio@mastodon.help
|
ServerAdmin pongrebio@mastodon.help
|
||||||
ServerName mastodon.help
|
ServerName mastodon.help
|
||||||
|
|
||||||
|
@ -13,8 +7,8 @@
|
||||||
|
|
||||||
<Directory "/var/www/mastodon.help">
|
<Directory "/var/www/mastodon.help">
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
# SSLEngine on
|
# SSLEngine on
|
||||||
|
@ -27,7 +21,7 @@
|
||||||
## SSLStaplingReturnResponderErrors off
|
## SSLStaplingReturnResponderErrors off
|
||||||
## SSLUseStapling on
|
## SSLUseStapling on
|
||||||
|
|
||||||
# SSLCertificateFile /etc/letsencrypt/live/pantagruel.dnsup.net/fullchain.pem
|
# SSLCertificateFile /etc/letsencrypt/live/mastodon.help/fullchain.pem
|
||||||
# SSLCertificateKeyFile /etc/letsencrypt/live/pantagruel.dnsup.net/privkey.pem
|
# SSLCertificateKeyFile /etc/letsencrypt/live/mastodon.help/privkey.pem
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<VirtualHost 172.17.0.2:80>
|
<VirtualHost 172.17.0.2:80>
|
||||||
|
|
||||||
ServerAdmin pongrebio@mastodon.help
|
ServerAdmin pongrebio@mastodon.help
|
||||||
DocumentRoot "/var/www/localhost/htdocs"
|
DocumentRoot "/var/www/localhost/htdocs"
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in a new issue