Use regular version of nginx on Arch
`nginx-mainline` requires modules be recompiled each time, and isn't handled automatically. It's still a very new and maintained release.
This commit is contained in:
@ -3,8 +3,7 @@
|
||||
limit_req_zone $binary_remote_addr zone=headscale:10m rate=1r/m;
|
||||
|
||||
server {
|
||||
listen 8888 ssl proxy_protocol;
|
||||
http2 on;
|
||||
listen 8888 ssl http2 proxy_protocol;
|
||||
|
||||
server_name headscale.jakehoward.tech;
|
||||
|
||||
|
Reference in New Issue
Block a user