Cleanup commit
This commit is contained in:
13
camera-rtc/rootfs/etc/nginx/templates/ingress.gtpl
Normal file
13
camera-rtc/rootfs/etc/nginx/templates/ingress.gtpl
Normal file
@@ -0,0 +1,13 @@
|
||||
server {
|
||||
listen {{ .interface }}:{{ .port }} default_server;
|
||||
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
|
||||
location / {
|
||||
allow 172.30.32.2;
|
||||
deny all;
|
||||
|
||||
proxy_pass http://backend;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user