Nate Bohman
b29ebe9de7
Removing if statement around nginx.ng.certificates
Found the problem in that dh_param was set to an int but only a string
or a dictionary would work with the code
5 vuotta sitten
Nate Bohman
203532c122
Changing Nginx NG to Check for Certificates
Still getting an error message when attempting to apply Nginx.NG
5 vuotta sitten
Nate Bohman
9d85e68dc3
Adding config test before reload
ExecStartPre has nginx -t to test the Nginx config before starting
the service initially but ExecReload will just issue an Nginx reload
without testing the config first. If the config ends up being bad
this takes Nginx down. Perform a config test before reloading and if
that fails leave Nginx running on the previous config in RAM.
6 vuotta sitten
Niels Abspoel
a5624627dc
Merge pull request #192 from morsik/patch-1
Allow to use load_module directly
6 vuotta sitten
Konrad Mosoń
c75ad64348
Example for load_module: comment how it works
6 vuotta sitten
Konrad Mosoń
9c4634d40a
Example for load_module
6 vuotta sitten
Konrad Mosoń
f16d800c83
Allow to use load_module without including external files
6 vuotta sitten
Niels Abspoel
4b3d5bf624
Merge pull request #190 from arthurlogilab/nginx-users-makedirs
[nginx/users] convert file.present into file.managed with no content
6 vuotta sitten
Arthur Lutz
4da13b9f8b
[nginx/users] convert file.present into file.managed with no content
6 vuotta sitten
Niels Abspoel
5a7e113a15
Merge pull request #189 from arthurlogilab/nginx-users-makedirs
[nginx/users] add makedirs to htpasswd deploy
6 vuotta sitten
Arthur Lutz
28d1069617
[nginx/users] add makedirs to htpasswd deploy
6 vuotta sitten
Niels Abspoel
d0800e9aac
Merge pull request #183 from arthurlogilab/patch-4
Touch htpassw for nginx
6 vuotta sitten
Niels Abspoel
eeb118bb93
Merge pull request #184 from arthurlogilab/patch-5
[README] include nginx.ng.certifcates
6 vuotta sitten
Niels Abspoel
85a51a45a3
Merge pull request #185 from netmanagers/master
Allow to specify a different passenger config file in nginx.ng
6 vuotta sitten
Javier Bértoli
c5c1047865
Allow to specify a different passenger config file in nginx.ng
6 vuotta sitten
Arthur Lutz
159f4da4d0
[README] include nginx.ng.certifcates
6 vuotta sitten
Arthur Lutz
78ddf90f5b
[users] use {{ htauth }} variable
6 vuotta sitten
Arthur Lutz
f3ef626ec4
[users.sls] touch /etc/nginx/.htpasswd
6 vuotta sitten
Niels Abspoel
896fdee0dd
Merge pull request #176 from Perceptyx/fix_pr_172
Fix for PR #172
7 vuotta sitten
Andres Montalban
ac90a9f07b
Fix for saltstack-formulas/nginx-formula/#172
7 vuotta sitten
Niels Abspoel
dc292fb780
Merge pull request #175 from 9numbernine9/fix-dhparam-default
Add default value when calling pillar.get on nginx:ng:dhparam
7 vuotta sitten
Matt M
19d0102c2e
Ensure that pillar.get on nginx:ng:dhparam has a sane
default value if dhparam isn't defined in the pillar.
7 vuotta sitten
Niels Abspoel
1db6ddeb66
Merge pull request #82 from devaos/master
Allow debug symbols to be included when compiling from source
7 vuotta sitten
Niels Abspoel
4204505489
Merge pull request #153 from EvaSDK/add_dhparam_creation
Add dhparam creation
7 vuotta sitten
Niels Abspoel
1b616bf3fc
Merge pull request #171 from Perceptyx/master
Add support for FreeBSD
7 vuotta sitten
Andres Montalban
73899178fc
Remove trailing spaces
7 vuotta sitten
Andres Montalban
7e259ebdd4
Add support for FreeBSD
7 vuotta sitten
David Seira
69e9b47baf
Merge pull request #168 from dseira/master
New Feature/Improvement - Added deleted option to be able to remove site files
7 vuotta sitten
David Seira
6090ce0772
Merge pull request #167 from jamesp9/master
update README, closes #121
7 vuotta sitten
David Seira
f50c7e27e1
New Feature - Added deleted option to be able to remove site files (clean up sites folder)
Improvement - Disable reload of nginx when enabled=False (previously the nginx was always reloaded if settings.config != None; even with enabled=False)
7 vuotta sitten
james pinkster
f7fb8e3925
update README, closes #121
7 vuotta sitten
David Seira
56137629a6
Merge pull request #166 from dseira/master
New feature - Enable the uploading of the config files
7 vuotta sitten
David Seira
60b5c732d7
Fix in config.sls with the new naming for source_path
7 vuotta sitten
David Seira
8c0259c593
Replace source for source_path variable name in nginx.conf file
7 vuotta sitten
David Seira
bc7f8f4970
Replace source for source_path variable name
7 vuotta sitten
David Seira
1f697b9d6b
New feature - Enable the uploading of the config file (nginx.conf and sites) instead of templating those file
7 vuotta sitten
myoung34
bc71df50a9
Merge pull request #165 from saltstack-formulas/pillar-example
Updated pillar.example file with distro learnings
7 vuotta sitten
Noel McLoughlin
433bda5671
Additional explanatory comments for pillar.example
7 vuotta sitten
Noel McLoughlin
2e03d4c17d
Updated pillar.example file with installation learnings (OpenSUSE, Ubuntu, Fedora)
7 vuotta sitten
Niels Abspoel
ec561b2839
Merge pull request #164 from saltstack-formulas/susefix
Fix for OpenSuse leap, salt 2016.3.4-84.13
7 vuotta sitten
Noel McLoughlin
6b09358838
Fix for OpenSuse leap, salt 2016.3.4-84.13
7 vuotta sitten
Gilles Dartiguelongue
43c4eca3bb
Add missing dependency on nginx_service
7 vuotta sitten
Gilles Dartiguelongue
d2bc1e6d7c
Add support for specifying dh_param file name
7 vuotta sitten
Gilles Dartiguelongue
db2db31300
Handle installation of openssl to generate DH param
7 vuotta sitten
Gilles Dartiguelongue
19ab90ebb5
Add example for DH management
7 vuotta sitten
Tobias Macey
9ab4e3f411
Added dhparam file creation
In order to improve security and ease of use, added creation/generation
of dhparam file.
8 vuotta sitten
Niels Abspoel
07d06079bc
Merge pull request #163 from Perceptyx/cert_path_configurable
Make certificates path configurable.
7 vuotta sitten
abednarik
57011ba3bf
Make certificates path configurable.
7 vuotta sitten
Niels Abspoel
d938725d2c
Merge pull request #160 from netmanagers/master
Fix missing defaults when no `install_from_*` is set
7 vuotta sitten
Javier Bértoli
0be21dff4c
Fix missing defaults when no `install_from_*` is set
7 vuotta sitten