Openweb-Search/etc/apache2/sites-available/searx.conf

9 lines
271 B
Plaintext
Raw Normal View History

2018-03-18 10:10:51 +00:00
<VirtualHost *:80>
ServerAdmin info@openworlds.info
ServerName openworlds.info
ServerSignature Off
RewriteEngine on
RewriteCond %{SERVER_NAME} =openworlds.info
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>