mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-06 12:11:36 +00:00
10 lines
210 B
Text
10 lines
210 B
Text
server {
|
|
listen %%port%% default_server;
|
|
|
|
include /etc/nginx/includes/server_params.conf;
|
|
include /etc/nginx/includes/proxy_params.conf;
|
|
|
|
location / {
|
|
proxy_pass http://backend;
|
|
}
|
|
}
|