Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
etc
apache2
sites-available
File Content:
antons.wpress.dk-le-ssl.conf
<IfModule mod_ssl.c> <VirtualHost *:443> ServerName antons.wpress.dk ServerAlias www.antons.wpress.dk DocumentRoot /var/www/antons.wpress.dk/httpdocs ErrorLog ${APACHE_LOG_DIR}/antons.wpress.dk_error.log CustomLog ${APACHE_LOG_DIR}/antons.wpress.dk_access.log combined <Directory /var/www/antons.wpress.dk/httpdocs> Options Indexes FollowSymLinks MultiViews AllowOverride ALL Order allow,deny allow from all # Password Protect the site and restrict access #AuthType Basic #AuthName "Restricted Content" #AuthUserFile /etc/apache2/.htpasswd #Require valid-user </Directory> <IfModule mpm_itk_module> AssignUserId w-antons w-antons </IfModule> RewriteEngine on # Some rewrite rules in this file were disabled on your HTTPS site, # because they have the potential to create redirection loops. #RewriteCond %{SERVER_NAME} =www.antons.wpress.dk [OR] #RewriteCond %{SERVER_NAME} =antons.wpress.dk #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] SSLProtocol -all +TLSv1.2 Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/antons.wpress.dk-0001/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/antons.wpress.dk-0001/privkey.pem </VirtualHost> </IfModule>
Edit
Download
Unzip
Chmod
Delete