mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-17 12:09:13 +00:00
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
server {
|
|
listen 80;
|
|
server_name localhost;
|
|
|
|
include /etc/nginx/conf.d/applications/*.conf;
|
|
} |