Skip to content

Commit 61b115c

Browse files
committed
Add a comment regarding User SubDomains in the Docker apache config.
1 parent 9ef1f18 commit 61b115c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

site.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<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+
26
DocumentRoot /var/www/html
37
ErrorLog ${APACHE_LOG_DIR}/error.log
48
CustomLog ${APACHE_LOG_DIR}/access.log combined

0 commit comments

Comments
 (0)