UNPKG
beehole-store-server
Version:
latest (1.5.21)
1.5.21
1.5.5
1.5.0
1.4.15
1.4.14
1.4.12
1.4.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
www.bee-hole.com
beehole-store-server
/
resource
/
public
/
cp
/
xbuy.admin-web.nginx.conf
14 lines
(11 loc)
•
282 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
server {
listen
80
;
listen
[::]:
80
; server_name localhost;
#access_log /var/log/nginx/host.access.log main;
location / { root /usr/share/nginx/html;
index
index.html index.htm; try_files
$uri
$uri
/
/cp/ind
ex.html; } }