hostname auf tnxx.ito bzw link-hinweis auf ip
This commit is contained in:
@@ -77,7 +77,7 @@ erstellen ````/etc/apache2/sites-available/nextcloud.conf```` mit Inhalt:
|
||||
|
||||
<VirtualHost *:80>
|
||||
DocumentRoot "/var/www/nextcloud"
|
||||
ServerName nextcloud.hensel.dom
|
||||
ServerName nextcloud.tnxx.ito
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
<Directory /var/www/nextcloud/>
|
||||
@@ -114,7 +114,7 @@ sudo systemctl restart apache2
|
||||
```
|
||||
|
||||
Nun können Sie per http auf den Webserver zugreifen
|
||||
http://nextcloud.hensel.dom
|
||||
http://nextcloud.tnxx.ito oder http://IP
|
||||
|
||||
{ align=left }
|
||||
|
||||
@@ -191,8 +191,8 @@ Bearbeiten der Datei ````/etc/apache2/sites-available/nextcloud.conf````
|
||||
</IfModule>
|
||||
|
||||
DocumentRoot "/var/www/nextcloud"
|
||||
ServerName nextcloud.hensel.dom
|
||||
ServerAlias www.nextcloud.hensel.dom
|
||||
ServerName nextcloud.tnxx.ito
|
||||
ServerAlias www.nextcloud.tnxx.ito
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
Reference in New Issue
Block a user