Added motioneye
This commit is contained in:
@@ -54,6 +54,20 @@ access_log /var/log/nginx/gitea-access.log combined;
|
||||
error_log /var/log/nginx/gitea-error.log error;
|
||||
}
|
||||
|
||||
# Motioneye config
|
||||
server {
|
||||
listen 80;
|
||||
server_name eye.colindiem.com;
|
||||
|
||||
location / {
|
||||
include /etc/nginx/includes/proxy.conf;
|
||||
proxy_pass http://motioneye:8765;
|
||||
}
|
||||
|
||||
access_log /var/log/nginx/motioneye-access.log combined;
|
||||
error_log /var/log/nginx/motioneye-error.log error;
|
||||
}
|
||||
|
||||
# Default
|
||||
server {
|
||||
listen 80 default_server;
|
||||
|
||||
Reference in New Issue
Block a user