小编use*_*600的帖子

让我们加密更新的 Cron 作业

这是在 Apache2 中设置cron以更新 Let's Encrypt 证书的正确方法吗?我使用 Ubuntu 16.04。

@monthly letsencrypt renew && service apache2 reload
Run Code Online (Sandbox Code Playgroud)

cron lets-encrypt

126
推荐指数
8
解决办法
24万
查看次数

Nginx with-cc-opt 和 with-ld-opt 配置选项

当我运行时,nginx -V我在输出中得到类似的东西。

--with-ld-opt='-lrt -ljemalloc -Wl,-z,relro' --with-cc-opt='-m64 -mtune=native -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-c++11-extensions -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion'

这是什么以及如何知道从源代码编译 nginx 时需要哪些值?

nginx

2
推荐指数
1
解决办法
5971
查看次数

通过 systemd 管理自编译的 Nginx

我从源代码编译了 Nginx,现在我想通过 systemd 来管理它systemctl start,stop,restart,reload,enable nginx.service。我需要做什么才能启用它?

nginx systemd

1
推荐指数
1
解决办法
4193
查看次数

标签 统计

nginx ×2

cron ×1

lets-encrypt ×1

systemd ×1