diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-15 00:33:58 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-15 00:33:58 -0400 |
commit | 2d303d0829217a3172dcd9b4f81fe3f58bc45bd9 (patch) | |
tree | d3feb77260fd7bea43c0d2e052e4de45605f919d /roles/webservers/files/levi | |
parent | 27213e690c9e64bdc6084bb4daa3e1589b01f4d0 (diff) | |
download | oldinfra-2d303d0829217a3172dcd9b4f81fe3f58bc45bd9.tar.gz oldinfra-2d303d0829217a3172dcd9b4f81fe3f58bc45bd9.zip |
fix rain's stuff
Diffstat (limited to 'roles/webservers/files/levi')
-rw-r--r-- | roles/webservers/files/levi/https.rainrain.xyz.servconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webservers/files/levi/https.rainrain.xyz.servconf b/roles/webservers/files/levi/https.rainrain.xyz.servconf index 5485af1..87e5aac 100644 --- a/roles/webservers/files/levi/https.rainrain.xyz.servconf +++ b/roles/webservers/files/levi/https.rainrain.xyz.servconf @@ -1,6 +1,6 @@ stream { map $ssl_preread_server_name $name { - *.rainrain.xyz rainrainxyz; + .rainrain.xyz rainrainxyz; default proxy; } |