[GHA] Try Port 5000 Nginx

This commit is contained in:
Mitchell Krog 2021-06-21 14:38:58 +02:00
parent ecbacaa6a2
commit 139bdbce43
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -1,5 +1,5 @@
server {
listen *:8080;
listen 5000;
root /var/www/html;
server_name localhost;