[GHA] Switch Nginx to Port 80

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

View file

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