astroport/.install/nginx/main.conf

7 lines
119 B
Plaintext
Raw Normal View History

2020-03-23 19:07:37 +01:00
server {
listen 80;
listen [::]:80;
include /etc/nginx/site-path-enabled/*.conf;
root /var/www/html;
}