Skip to content

Commit 1c2fc38

Browse files
committed
rename 'profile' directory to 'user'
1 parent e40fe84 commit 1c2fc38

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/solid.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<VirtualHost *:443>
2121
ServerName identity.solid.local
2222
ServerAlias *.solid.local
23-
DocumentRoot /opt/solid/www/profile
23+
DocumentRoot /opt/solid/www/user
2424

2525
SSLEngine on
2626
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
@@ -39,7 +39,7 @@
3939
RewriteCond %{HTTP_HOST} ^id-([a-zA-Z0-9-]+)\.solid\.local$ [NC]
4040
# Example rewrite rule based on the first part of the hostname
4141
# This will redirect to /subdomain-content/first_part_of_hostname
42-
RewriteRule ^(.+)$ index.php [QSA,L]
42+
RewriteRule ^(.+)$ profile.php [QSA,L]
4343

4444
# Extract the first part of the subdomain (before the first dot)
4545
RewriteCond %{HTTP_HOST} ^storage-([a-zA-Z0-9-]+)\.solid\.local$ [NC]

0 commit comments

Comments
 (0)