Files
nullcart/nginx/conf.d/onion.conf.template
T
2026-08-28 17:31:02 +02:00

7 lines
121 B
Plaintext

server {
listen 8080;
server_name _;
include /etc/nginx/snippets/nullcart-locations-${SHOP_SURFACE}.conf;
}