[GHA] Switch Nginx to Port 8080

This commit is contained in:
Mitchell Krog 2021-06-21 14:23:23 +02:00
parent 0b5505603c
commit 35fc12be96
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

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