Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
services:romm [2024/07/30 11:41] – willy | services:romm [2024/09/02 13:22] (current) – willy | ||
---|---|---|---|
Line 80: | Line 80: | ||
access_log / | access_log / | ||
error_log / | error_log / | ||
+ | |||
+ | | ||
location / { | location / { | ||
proxy_pass http:// | proxy_pass http:// | ||
+ | include " | ||
+ | include " | ||
proxy_set_header Connection $http_connection; | proxy_set_header Connection $http_connection; | ||
proxy_set_header Upgrade $http_upgrade; | proxy_set_header Upgrade $http_upgrade; | ||
- | proxy_set_header Host $host; | ||
} | } | ||
include com.mydomain/ | include com.mydomain/ | ||
} | } | ||
</ | </ | ||
+ | |||
+ | RomM also support Basic Authantication, | ||
Adapt to your needs and restart your NGINX. | Adapt to your needs and restart your NGINX. |