We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef1f18 commit 61b115cCopy full SHA for 61b115c
1 file changed
site.conf
@@ -1,4 +1,8 @@
1
<VirtualHost *:443>
2
+ # To use User SubDomains, make sure to add a "catch-all", for instance:
3
+ # ServerName nextcloud.local
4
+ # ServerAlias *.nextcloud.local
5
+
6
DocumentRoot /var/www/html
7
ErrorLog ${APACHE_LOG_DIR}/error.log
8
CustomLog ${APACHE_LOG_DIR}/access.log combined
0 commit comments