####################################### # Vhost ####################################### ServerName docker.vm ServerAlias *.vm DocumentRoot "/app/api/public" Options FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all ServerName docker.vm ServerAlias *.vm DocumentRoot "/app/api/public" Options FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all # 配置 https # 去掉下边三行的注释 #SSLEngine on #SSLCertificateFile /app/ssl/server.crt #SSLCertificateKeyFile /app/ssl/server.key