Removed GHA

This commit is contained in:
Mitchell Krog 2021-06-21 15:16:40 +02:00
parent 54fffb70e1
commit 287df5cd4b
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43
447 changed files with 8 additions and 0 deletions

View file

@ -1,9 +0,0 @@
server {
listen *:9000;
root /var/www/html;
server_name localhost;
charset UTF-8;
index index.html;
}