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

This commit is contained in:
quackerd 2021-04-10 06:48:44 -04:00
parent 228c7db58b
commit 2aecec99e5
1 changed files with 1 additions and 1 deletions

View File

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