update
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
# site
|
||||
server {
|
||||
# set $servername "music-room.alchemy-studio.cn";
|
||||
set $servername "localhost";
|
||||
set $servername "test.localhost"; # set in your /etc/hosts
|
||||
server_name $servername;
|
||||
# listen 443 ssl;
|
||||
listen 8001; # for testing, same with Vue Vite Port
|
||||
listen 8088;
|
||||
|
||||
# disable in local test env
|
||||
# ssl_certificate /etc/letsencrypt/live/music-room.alchemy-studio.cn/fullchain.pem; # managed by Certbot
|
||||
|
||||
Reference in New Issue
Block a user