let's see if this works
All checks were successful
Code quality checks / build (23) (push) Successful in 34s
Push code / build (push) Successful in 45s

This commit is contained in:
Lara 2024-11-02 16:10:28 +02:00
parent dd8d3a2c88
commit 88afb77abf
Signed by: laratheprotogen
GPG key ID: 5C0296EB3165F98B

View file

@ -1,5 +1,5 @@
server { server {
listen 80 default_server; listen 80;
server_name zappyzep.xyz; server_name zappyzep.xyz;
# Using a variable here stops nginx from crashing if the dev container is restarted or becomes otherwise unavailable # Using a variable here stops nginx from crashing if the dev container is restarted or becomes otherwise unavailable