## !!!WARNING!!! ## Be careful changing this configuration file! ## Some changes may result in incorrect function of the program. ## Always make backups of configuration files before any changes. ## -------------------------------------------------------------- #Do not remove this label! #_TYPE_=8 #====== #begin_port (do not remove this label!) Define port 4433 #end_port (do not remove this label!) #begin_docroot (do not remove this label!) Define docroot /storage/emulated/0/htdocs #end_docroot (do not remove this label!) #begin_hostname (do not remove this label!) Define hostname localhost #end_hostname (do not remove this label!) Listen ${port} ServerAdmin admin@email DocumentRoot ${docroot} ServerName ${hostname} Options Indexes FollowSymLinks AllowOverride AuthConfig FileInfo Options Indexes Require all granted SSLEngine on SSLCertificateFile "/storage/emulated/0/htdocs/BurifuHakase/sslCerts/certificate.crt" SSLCertificateKeyFile "/storage/emulated/0/htdocs/BurifuHakase/sslCerts/private.key" SSLCertificateChainFile "/storage/emulated/0/htdocs/BurifuHakase/sslCerts/ca_bundle.crt" CustomLog ${docroot}/access_log common DirectoryIndex index.html, index.php ProxyErrorOverride on KeepAlive Off