# server_name localhost;
All checks were successful
ci / build (push) Successful in 1m18s

This commit is contained in:
miwr 2025-04-16 13:53:12 +02:00
parent be02e8e48e
commit d1b44e4797

View file

@ -1,6 +1,6 @@
server {
listen 80;
server_name localhost;
# server_name localhost;
location / {
root /usr/share/nginx/html/browser; # This is crucial!