sigemtest.yvaga.com.py-le-ssl.conf 1.71 KB
<IfModule mod_ssl.c>
<VirtualHost *:443>
	ServerName sigemtest.yvaga.com.py
	ServerAdmin cbareiro@yvaga.com.py

        ProxyPass /api/portalciudadano/backend/ http://192.168.1.162:9003/api/sigemweb-portal-backend/ timeout=1200
        ProxyPassReverse /api/portalciudadano/backend/ http://192.168.1.162:9003/api/sigemweb-portal-backend/ timeout=1200
        ProxyPreserveHost On

        ProxyPass /portalciudadano/ http://192.168.1.162:9004/portalciudadano/ timeout=1200
        ProxyPassReverse /portalciudadano/ http://192.168.1.162:9004/portalciudadano/ timeout=1200
        ProxyPreserveHost On

	ProxyPass /sigemweb/ http://192.168.1.162:9002/sigemweb/ timeout=1200
	ProxyPassReverse /sigemweb/ http://192.168.1.162:9002/sigemweb/ timeout=1200
	ProxyPreserveHost On

	ProxyPass /api/ http://192.168.1.162:9001/api/ timeout=1200
	ProxyPassReverse /api/ http://192.168.1.162:9001/api/ timeout=1200
	ProxyPreserveHost On 

	ProxyPass /sigemweb http://192.168.1.162:9002/sigemweb/ timeout=1200
	ProxyPassReverse /sigemweb/ http://192.168.1.162:9002/sigemweb/ timeout=1200
	ProxyPreserveHost On 

	# --- NORMALIZACIÓN FINAL: ORQUESTACIÓN GIS-GEOSERVER VÍA PROXY MAESTRO (.20) ---
	# Centralización de orquestación inteligente (GIS, GeoServer, GWC)
	ProxyPass / http://192.168.1.20/ timeout=1200
	ProxyPassReverse / http://192.168.1.20/ timeout=1200
	ProxyPreserveHost On

	ErrorLog /var/log/httpd/sigemtest-error.log
    SSLCertificateFile /etc/letsencrypt/live/sigemtest.yvaga.com.py/cert.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/sigemtest.yvaga.com.py/privkey.pem
    Include /etc/letsencrypt/options-ssl-apache.conf
    SSLCertificateChainFile /etc/letsencrypt/live/sigemtest.yvaga.com.py/chain.pem
</VirtualHost>
</IfModule>
GitLab Appliance - Powered by TurnKey Linux