Used Claude to refactor pipeline code
This commit is contained in:
parent
4b9e9ad485
commit
61ff0b497a
1 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
|
@ -9,7 +9,7 @@ http {
|
|||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue