modify local dev config & make openresty directy upload combine file to upyun
This commit is contained in:
@@ -3,7 +3,7 @@ server {
|
||||
# https://serverfault.com/questions/798734/use-variable-for-server-name-in-nginx#
|
||||
# server_name $servername;
|
||||
server_name "music-room.localhost";
|
||||
listen 80;
|
||||
listen 8088;
|
||||
client_max_body_size 10M;
|
||||
|
||||
set $resty_loc "/usr/local/opt/openresty";
|
||||
|
||||
Reference in New Issue
Block a user