Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
NameVirtualHost ip_adress:80
<VirtualHost ip_adress:80> ..... </VirtualHost>
RewriteEngine on RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . index.php [L]
http { listen 80 default_server; location / { return 404; } }
127.0.0.1 dummy.local
Example Syntax: cat www_yourdomain_com.crt www_yourdomain_com.ca-bundle > ssl-bundle.crt
location /images/ { proxy_pass http://static.server/; }