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

9 lines
271 B
Plaintext

<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>