mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
fix: add missing file
This commit is contained in:
15
nginx.conf
Normal file
15
nginx.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
upstream backend {
|
||||
server anonymous_github:5000;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 4000;
|
||||
|
||||
resolver 127.0.0.11 valid=5s;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
location / {
|
||||
proxy_pass http://backend/;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user