Skip to content

Fix missing newlines in nginx template#67

Merged
ReinerNippes merged 1 commit intoReinerNippes:masterfrom
zorun:nginx_cosmetic
Jul 15, 2020
Merged

Fix missing newlines in nginx template#67
ReinerNippes merged 1 commit intoReinerNippes:masterfrom
zorun:nginx_cosmetic

Conversation

@zorun
Copy link
Copy Markdown

@zorun zorun commented Jan 4, 2020

This change is only cosmetic but makes the nginx configuration more readable.

Before:

     listen [::]:443 ssl http2;      server_name nc.example.org;

After:

     listen [::]:443 ssl http2;
     server_name nc.example.org;

This change is only cosmetic but makes the nginx configuration more readable.

Before:

         listen [::]:443 ssl http2;      server_name nc.example.org;

After:

         listen [::]:443 ssl http2;
         server_name nc.example.org;
@ReinerNippes
Copy link
Copy Markdown
Owner

Hi zorun, thanks for the merge request. I was about to abandon the master branch. I rewrote everything and started a nextcloud-reloaded branch. I'll transfer your improvements there.
Could do your next Mr against the new branch?
Thanks.

@ReinerNippes ReinerNippes merged commit 08f07e6 into ReinerNippes:master Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants