Skip to content

Commit

Permalink
fix comment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
seplee committed Apr 13, 2024
1 parent 695ff21 commit 41c059e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/cloud/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ http {
server {
listen 5003 default_server;
listen [::]:5003 default_server;
server_name localhost; // does this change to drive-gooder.com?
server_name localhost;
// does this change to drive-gooder.com?
root /var/www/html;

location / {
Expand Down

0 comments on commit 41c059e

Please sign in to comment.