Skip to content

Commit

Permalink
(#478) Fix not working elasticsearch.test domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Oct 16, 2023
1 parent 55a3fb8 commit 58a9289
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/stubs/elasticsearch.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 80;
listen 127.0.0.1:80;
server_name elasticsearch.VALET_DOMAIN www.elasticsearch.VALET_DOMAIN;
charset utf-8;
client_max_body_size 128M;
2 changes: 1 addition & 1 deletion cli/stubs/mailhog.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 80;
listen 127.0.0.1:80;
server_name mailhog.VALET_DOMAIN www.mailhog.VALET_DOMAIN;
charset utf-8;
client_max_body_size 128M;

0 comments on commit 58a9289

Please sign in to comment.