just don't bother with catch all server_name
This commit is contained in:
parent
1eebc56f51
commit
dd8d3a2c88
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
server_name zappyzep.xyz;
|
||||
|
||||
# Using a variable here stops nginx from crashing if the dev container is restarted or becomes otherwise unavailable
|
||||
set $backend_upstream "http://api:3001";
|
||||
|
|
Loading…
Add table
Reference in a new issue