7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
server {
|
|
listen 8080;
|
|
server_name _;
|
|
|
|
include /etc/nginx/snippets/nullcart-locations-${SHOP_SURFACE}.conf;
|
|
}
|