Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r2dtools committed Feb 6, 2025
1 parent 659eda3 commit 8543479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/nginx/sites-enabled/example2.com.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ server { # inline comment
# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html;

server_name example2.com www.example2.com;
server_name alias.example2.com;
server_name "example2.com" www.example2.com;
server_name "alias.example2.com";

# first location comment
# second location comment
Expand Down

0 comments on commit 8543479

Please sign in to comment.