1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2026-03-15 01:03:24 +00:00

Add ServerName to virtual host config

This commit is contained in:
Girish Ramakrishnan
2026-01-19 14:33:48 +01:00
parent c3f2702de1
commit 9938298edd

View File

@@ -3,6 +3,8 @@
ServerName localhost
<VirtualHost *:8000>
ServerName localhost
UseCanonicalName Off
DocumentRoot /app/code/p
AllowEncodedSlashes On