.github
bin
config
doc
rootfs
etc
cont-finish.d
cont-init.d
fix-attrs.d
nginx
conf.d
include
assets.conf
block-exploits.conf
force-ssl.conf
ip_ranges.conf
letsencrypt-acme-challenge.conf
proxy.conf
resolvers.conf
ssl-ciphers.conf
default.conf
mime.types
nginx.conf
services.d
root
var
src
.babelrc
.gitignore
Dockerfile
Dockerfile.arm64
Dockerfile.armv6l
Dockerfile.armv7l
Jenkinsfile
LICENSE
README.md
docker-compose.yml
knexfile.js
nodemon.json
package.json
webpack.config.js
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
if ($scheme = "http") {
|
|
return 301 https://$host$request_uri;
|
|
}
|