cosmos-explorer/ping.conf

9 lines
120 B
Plaintext
Raw Normal View History

2021-08-27 04:40:17 +00:00
server {
listen 80;
server_name _;
root /var/www/html;
location / {
try_files $uri $uri/ /index.html;
}
}