fix: Remove port 80

This commit is contained in:
Kroese 2025-03-18 05:02:14 +01:00 committed by GitHub
parent a8e4647fa6
commit 330568cc48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
server { server {
listen 80;
listen 5000 default_server; listen 5000 default_server;
autoindex on; autoindex on;