feat: _ server name

This commit is contained in:
Karishma Shukla
2025-04-26 15:55:40 +05:30
committed by GitHub
parent b0e8abe551
commit 2dbec99c6f

View File

@@ -1,5 +1,6 @@
server { server {
listen 80; listen 80;
server_name _;
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
@@ -42,4 +43,4 @@ server {
proxy_intercept_errors on; proxy_intercept_errors on;
error_page 502 503 504 /50x.html; error_page 502 503 504 /50x.html;
} }
} }