Skip to content

Commit

Permalink
add server name to valet.conf (#1458)
Browse files Browse the repository at this point in the history
* add server name to valet.conf

* Cosmetic change

* Cosmetic change

* change server_name `valet` to `"!valet!" ""`

---------

Co-authored-by: Bahar Oleg <oleg.b@section228.com>
  • Loading branch information
Oleg339 and Bahar Oleg committed May 10, 2024
1 parent 3bf6955 commit b2cddba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/stubs/valet.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
server {
listen 127.0.0.1:80 default_server;
#listen VALET_LOOPBACK:80; # valet loopback
server_name "!valet!" "";
root /;
charset utf-8;
client_max_body_size 128M;
Expand Down

0 comments on commit b2cddba

Please sign in to comment.