This commit is contained in:
qiaofeng1227 2023-09-19 15:55:26 +08:00
parent 57491f85bd
commit 1428f2c14b

View File

@ -8,7 +8,7 @@ server {
listen 80;
listen [::]:80;
server_name server_name ~\.?[0-9a-zA-Z]$;
server_name ~\.?[0-9a-zA-Z]$;
access_log /data/logs/proxy-host-1_access.log proxy;
error_log /data/logs/proxy-host-1_error.log warn;