added npm configs
This commit is contained in:
59
stacks/npm/data/nginx/proxy_host/17.conf
Normal file
59
stacks/npm/data/nginx/proxy_host/17.conf
Normal file
@@ -0,0 +1,59 @@
|
||||
# ------------------------------------------------------------
|
||||
# dozzle.sdgserver.online
|
||||
# ------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
map $scheme $hsts_header {
|
||||
https "max-age=63072000; preload";
|
||||
}
|
||||
|
||||
server {
|
||||
set $forward_scheme http;
|
||||
set $server "dozzle";
|
||||
set $port 8080;
|
||||
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
|
||||
server_name dozzle.?domain?;
|
||||
http2 off;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
access_log /data/logs/proxy-host-17_access.log proxy;
|
||||
error_log /data/logs/proxy-host-17_error.log warn;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
location / {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Proxy!
|
||||
include conf.d/include/proxy.conf;
|
||||
}
|
||||
|
||||
|
||||
# Custom
|
||||
include /data/nginx/custom/server_proxy[.]conf;
|
||||
}
|
||||
Reference in New Issue
Block a user