diff options
Diffstat (limited to 'doc/start/rgw.conf')
-rw-r--r-- | doc/start/rgw.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/start/rgw.conf b/doc/start/rgw.conf index 3e4878834c6..e1bee998631 100644 --- a/doc/start/rgw.conf +++ b/doc/start/rgw.conf @@ -4,6 +4,8 @@ FastCgiExternalServer /var/www/s3gw.fcgi -socket /tmp/radosgw.sock <VirtualHost *:80> ServerName {fqdn} + <!--Remove the comment. Add a server alias with *.{fqdn} for S3 subdomains--> + <!--ServerAlias *.{fqdn}--> ServerAdmin {email.address} DocumentRoot /var/www RewriteEngine On |