I disabled userdir_access to no and did the ./build rewrite_confs:
But nginx fails to restart:
After i do a manual restart it worked and nginx is running fine. Not a big bug offcourse but still nice to see fixed.
Code:
[root@web01 custombuild]# ./build set userdir_access no
Changed userdir_access option from yes to no
[root@web01 custombuild]# ./build rewrite_confs
Checking to ensure /etc/nginx/ssl.crt/server.ca is set.
Using x for your server IP
Using x for your server IP
Restarting nginx.
But nginx fails to restart:
Code:
nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/etc/systemd/system/nginx.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2016-01-26 12:17:03 CET; 7s ago
Process: 32719 ExecStop=/bin/kill -s QUIT $MAINPID (code=exited, status=1/FAILURE)
After i do a manual restart it worked and nginx is running fine. Not a big bug offcourse but still nice to see fixed.