This commit is contained in:
2023-10-01 03:30:23 +02:00
40 changed files with 0 additions and 7489 deletions

View File

@@ -1,2 +0,0 @@
FROM nginx
COPY default.conf /etc/nginx/conf.d/default.conf

View File

@@ -1,10 +0,0 @@
server {
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://nodejs:5000;
}
}