nginx hotfix

This commit is contained in:
relaxed 2024-08-25 09:58:03 +05:00
parent 9c3e8b73df
commit 81df07dedc

View File

@ -21,7 +21,7 @@ http {
server { server {
listen 0.0.0.0:80; listen 0.0.0.0:80;
resolver $host; # resolver $host;
server_name localhost; server_name localhost;
location / { location / {