s
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2021-04-10 06:46:47 -04:00
parent 353a89c3ae
commit 228c7db58b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ http {
server {
listen 80 default_server;
server_name {{subdomain}}.{{domain}};
server_name *;
access_log /opt/config/logs/nginx/access.log;
if ($external) {
return 301 https://$host$request_uri;