baseline: OpenMU upstream b5a0961 (fresh source)
This commit is contained in:
20
deploy/distributed/nginx.prod80.conf
Normal file
20
deploy/distributed/nginx.prod80.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
events {
|
||||
}
|
||||
|
||||
http {
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
include conf.d/nginx.server_name.conf;
|
||||
server_tokens off;
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
root /var/www/certbot;
|
||||
}
|
||||
|
||||
location / {
|
||||
return 301 https://$server_name$request_uri;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user