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,5 +1,5 @@
|
|||
http {
|
||||
server {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
|
|
@ -8,9 +8,9 @@ http {
|
|||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue