mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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 {
|
server {
|
||||||
listen 80;
|
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;
|
access_log /var/log/nginx/neocities-domains.log neocitiesdomain;
|
||||||
root /home/web/neocities-web/public/sites/<%= current_site.username %>;
|
root /home/web/neocities-web/public/sites/<%= current_site.username %>;
|
||||||
index /index.html;
|
index /index.html;
|
||||||
|
|
Loading…
Add table
Reference in a new issue