important-nest-9973
03/23/2022, 10:01 PMplain-article-22222
03/24/2022, 6:54 AMbored-island-21407
03/24/2022, 8:48 AMincalculable-monkey-95112
03/24/2022, 4:00 PMincalculable-monkey-95112
03/24/2022, 4:05 PMincalculable-monkey-95112
03/24/2022, 4:27 PMincalculable-monkey-95112
03/24/2022, 10:50 PMincalculable-monkey-95112
03/24/2022, 10:51 PMincalculable-monkey-95112
03/24/2022, 10:55 PMfast-jewelry-84006
03/27/2022, 1:16 AMfast-jewelry-84006
03/27/2022, 1:18 AMfast-jewelry-84006
03/27/2022, 1:30 AMfast-jewelry-84006
03/27/2022, 2:54 AMstraight-lock-3524
03/27/2022, 9:30 AMfast-jewelry-84006
03/27/2022, 10:31 AMfast-jewelry-84006
03/27/2022, 10:35 AM{
# LetsEncrypt account
email example@email.com
}
# Dashboard
https://dashboard.nm.secret.domain {
# Apply basic security headers
header {
# Enable cross origin access to *.nm.secret.domain
Access-Control-Allow-Origin *.nm.secret.domain
# Enable HTTP Strict Transport Security (HSTS)
Strict-Transport-Security "max-age=31536000;"
# Enable cross-site filter (XSS) and tell browser to block detected attacks
X-XSS-Protection "1; mode=block"
# Disallow the site to be rendered within a frame on a foreign domain (clickjacking protection)
X-Frame-Options "SAMEORIGIN"
# Prevent search engines from indexing
X-Robots-Tag "none"
# Remove the server name
-Server
}
reverse_proxy http://127.0.0.1:8082
}
# API
https://api.nm.secret.domain {
reverse_proxy http://{public ip}:8081
}
# gRPC
https://grpc.nm.secret.domain {
reverse_proxy h2c://{public ip}:50051
}
straight-lock-3524
03/27/2022, 10:45 AMfast-jewelry-84006
03/27/2022, 10:47 AMfast-jewelry-84006
03/27/2022, 10:47 AMfast-jewelry-84006
03/27/2022, 11:01 AMfast-jewelry-84006
03/27/2022, 11:03 AMfast-jewelry-84006
03/27/2022, 11:44 AMfast-jewelry-84006
03/27/2022, 11:44 AMfast-jewelry-84006
03/27/2022, 11:45 AMfast-jewelry-84006
03/27/2022, 11:45 AMjolly-london-20127
03/27/2022, 2:06 PMfast-jewelry-84006
03/27/2022, 2:15 PM{
# LetsEncrypt account
email example@email.com
}
# Dashboard
https://dashboard.nm.secret.domain {
# Apply basic security headers
header {
# Enable cross origin access to *.nm.secret.domain
Access-Control-Allow-Origin *.nm.secret.domain
# Enable HTTP Strict Transport Security (HSTS)
Strict-Transport-Security "max-age=31536000;"
# Enable cross-site filter (XSS) and tell browser to block detected attacks
X-XSS-Protection "1; mode=block"
# Disallow the site to be rendered within a frame on a foreign domain (clickjacking protection)
X-Frame-Options "SAMEORIGIN"
# Prevent search engines from indexing
X-Robots-Tag "none"
# Remove the server name
-Server
}
reverse_proxy http://{public ip}:8082
}
# API
https://api.nm.secret.domain {
reverse_proxy http://{public ip}:8081
}
# gRPC
https://grpc.nm.secret.domain {
reverse_proxy h2c://{public ip}:50051
}
fast-jewelry-84006
03/27/2022, 2:21 PM