mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
add missing semicolon
This commit is contained in:
parent
8014a21c2c
commit
e0b2fc791a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name <%= current_site.domain %> *.<%= current_site.domain %>
|
||||
server_name <%= current_site.domain %> *.<%= current_site.domain %>;
|
||||
access_log /var/log/nginx/neocities-domains.log neocitiesdomain;
|
||||
root /home/web/neocities-web/public/sites/<%= current_site.username %>;
|
||||
index /index.html;
|
||||
|
|
Loading…
Add table
Reference in a new issue