mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-05 21:27:59 +02:00
fix: add missing file
This commit is contained in:
+15
@@ -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