Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indent auth_basic_user_file ssl server #1122

Merged
merged 1 commit into from
Sep 7, 2017

Conversation

fe80
Copy link

@fe80 fe80 commented Sep 7, 2017

Hi,

Juste fix a bad indent:

--- /etc/nginx/sites-available/myvhost.conf	2017-09-07 15:15:15.643976037 +0200
+++ /tmp/puppet-file20170907-746-127bflk	2017-09-07 15:15:36.412100955 +0200
@@ -26,7 +26,7 @@
   ssl_prefer_server_ciphers on;
 
     auth_basic                "Vhost authentification";
-      auth_basic_user_file      "/etc/nginx/.vhost-htpasswd";
+    auth_basic_user_file      "/etc/nginx/.vhost-htpasswd";
     index  index.html index.htm index.php;

@wyardley
Copy link
Collaborator

wyardley commented Sep 7, 2017

This looks simple and sane to me.

@wyardley wyardley merged commit 849e656 into voxpupuli:master Sep 7, 2017
@wyardley
Copy link
Collaborator

wyardley commented Sep 7, 2017

Thanks for the pull, @fe80

Rubueno pushed a commit to Rubueno/puppet-nginx that referenced this pull request Oct 19, 2020
Fix indent auth_basic_user_file ssl server
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.

None yet

2 participants