cpriego / valet-linux

A fork of Laravel Valet to work in Linux.
MIT License
1.35k stars 155 forks source link

Bug: Problem with valet-linux proxy operation #421

Closed frankl1n-dev closed 1 month ago

frankl1n-dev commented 1 year ago

Basic info

Distro (Name and version) PHP Version Valet version
Ex: Manjaro 18.3 7.3.1 2.2.3

What is the problem? after using valet link without any problem. i decided to make a valet link then valet proxy on this domain-2-app. this creates a conf file in ~/.valet/Nginx which redirects domain-app to domain-2-app any attempt to go to domain-app fails because the domain-2-app configuration file located in ~/valet/Nginx recovers all requests.

What was supposed to happen? normally i think that despite the proxy that created the domain-2-app configuration file, domain-app should still continue to serve the right project.

What actually happened? domain-2-app displays the domain-2-app project. and the domain-app displays the domain-2-app project

How to reproduce this?

What is the solution? generate a configuration file for each link with valet I think... really not much solution to propose dsl

Sources All sources related to the bug. If the bug uses external tools like PHP extensions it should at least contain a link to the tool. Any other media which proves helpful can be included here.

jcuema commented 10 months ago

I have the same problem. Has anyone found a solution?