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

This commit is contained in:
quackerd 2021-04-10 06:44:36 -04:00
parent 3d4ce7621d
commit 353a89c3ae
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ http {
}
server {
listen 80 http http2 default_server;
listen 80 default_server;
server_name {{subdomain}}.{{domain}};
access_log /opt/config/logs/nginx/access.log;
if ($external) {

2
run.sh
View File

@ -58,4 +58,4 @@ nginx -c /opt/nginx.conf
echo ""
echo "===== Starting xray ====="
/opt/xray/xray -c /opt/$FQDN.json
exec /opt/xray/xray -c /opt/$FQDN.json