14 lines
334 B
Text
14 lines
334 B
Text
# CLEARNET
|
|
server {
|
|
access_log /var/log/nginx/datamining.nadeko.net.access.log;
|
|
server_name datamining.nadeko.net;
|
|
include configs/listen.conf;
|
|
include configs/general.conf;
|
|
include configs/robotsNone.conf;
|
|
#include configs/security.conf;
|
|
|
|
location / {
|
|
proxy_pass http://umami;
|
|
include configs/proxy.conf;
|
|
}
|
|
}
|