just don't bother with catch all server_name
All checks were successful
Code quality checks / build (23) (push) Successful in 36s
Push code / build (push) Successful in 48s

This commit is contained in:
Lara 2024-11-02 16:04:43 +02:00
parent 1eebc56f51
commit dd8d3a2c88
Signed by: laratheprotogen
GPG key ID: 5C0296EB3165F98B

View file

@ -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";