How can i configure apache server to Proxy to http://localhost:3000/ and exclude some URL?
I want my Laravel to use Client side Nuxt JS and use Laravel as backend admin-panel and api(s). This is my code to proxy Laravel project to Nuxt JS but it's not properly working. <VirtualHost *:80> ServerName nuxt.local ServerAdmin webmaster@localhost…