1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

roles/nginx/templates/server.conf.j2: Typo in commen

This commit is contained in:
A Holt 2021-08-10 20:42:13 -04:00 committed by GitHub
parent 39950cc471
commit 4543e31619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ server {
root {{ doc_root }};
server_name $hostname; # e.g. box.lan, set dynamically when NGINX starts
#server_name {{ iiab_hostname }}.{{ iiab_domain }};
#server_name {{ iiab_hostname }}
#server_name {{ iiab_hostname }};
listen 80;
index index.php index.html index.htm;