Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(nginx-core): reorganize configuration files to fix many issues! #81

Merged
merged 8 commits into from
Nov 9, 2024
Prev Previous commit
Next Next commit
chore(nginx-json): add break statement to home JSON location block
  • Loading branch information
alimd committed Nov 9, 2024
commit e5523ebb1fb30b3ab13d19be080e694a53e5af95
Original file line number Diff line number Diff line change
@@ -2,4 +2,5 @@ location = / {
# return static json for home page
default_type application/json;
return 200 '{"ok": true, "data": "..:: Alwatr NGINX ::.."}';
break;
}