CleanUP before Update

This commit is contained in:
App Generator
2021-11-10 17:03:57 +02:00
parent 19f133a1ef
commit 94e62b6ea9
226 changed files with 0 additions and 42346 deletions

View File

@ -1,9 +0,0 @@
server {
listen 85;
location / {
proxy_pass http://localhost:5005/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}