Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

blazor .net 8 reverse apache reverse proxy

$
0
0

i have hosted blazor site on IIS and im trying to reverse proxy on xampp but the site has no css and when im trying to login it redirects me to the default page ( so im assuming login doesnt work either )

im using the following configuration on apache

<VirtualHost *:80>    ServerName yourdomain.com    ProxyPreserveHost On    ProxyPass / http://localhost:5000/    ProxyPassReverse / http://localhost:5000/</VirtualHost>

this is just an example and not the names / address im using.i've tried to look for a solution online but it was a dead end , i found some guides saying i just add to the apache config my _content and _framework folders but the IIS has only dll files and nothing more.


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>