almost upset that I made progress

This commit is contained in:
2023-01-29 10:53:58 -06:00
parent bd757e18ed
commit 15c9aef875

View File

@@ -1,5 +1,5 @@
server { server {
listen 80; listen 8080;
location / { location / {
proxy_pass http://localhost:5000/; proxy_pass http://localhost:5000/;