feat: initial commit
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Has been cancelled
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Has been cancelled
This commit is contained in:
24
virtualhost.conf
Normal file
24
virtualhost.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
<VirtualHost *:443>
|
||||
|
||||
ServerAdmin webmaster@localhost
|
||||
DocumentRoot /var/www/html
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
# ServerName cloud.example.com
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /ssl/nextcloud.crt
|
||||
SSLCertificateKeyFile /ssl/nextcloud.key
|
||||
|
||||
DocumentRoot /var/www/html
|
||||
# <Directory /var/www/html>
|
||||
# Require all granted
|
||||
# AllowOverride All
|
||||
# Options FollowSymLinks MultiViews
|
||||
# </Directory>
|
||||
#
|
||||
# ErrorLog /var/log/apache2/error.log
|
||||
# CustomLog /var/log/apache2/access.log combined
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user