mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: env var
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name $APP_DOMAIN;
|
||||
server_name ${APP_DOMAIN};
|
||||
server_tokens off;
|
||||
client_max_body_size 20M;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user