ruạṛ
<IfModule mod_ssl.c> <VirtualHost *:80> ServerName voltoapi.technogenesis.in ProxyPreserveHost On ProxyPass / http://127.0.0.1:9000/ ProxyPassReverse / http://127.0.0.1:9000/ ErrorLog ${APACHE_LOG_DIR}/api_volto_error.log CustomLog ${APACHE_LOG_DIR}/api_volto_access.log combined 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} =voltoapi.technogenesis.in # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> </IfModule>
cải xoăn