The is also Codeberg
The is also Codeberg
Why are you using that?
location ~ /\.ht {
deny all;
}
You’re denying the access to your root, which is the public/
folder and has the file .htaccess
that has
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Send Requests To Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
This file handles the income requests and send to the front controller.
I’m not sure, but looks like you’re denying all .htaccess files. Laravel depends on .htaccess to make things work properly
Take a look on Laravel docs - Deployment to make sure your configs are right
Alright… And what about US sponsoring every single war out there, including Israel and Ukraine?
I am more inclined to say that Russia and Iran are responding on US battlefield laboratories. Afterall, this wars are happening mainly because US cannot live in peace with other countries, always plotting coups everywhere
I think it’s possible to run everything in the same RPi 3b, however I think it will not be smooth, cause there is only 1GB of ram available…
I think the best is one device for each service, however I know that sometime we can’t afford that, so I think you need at least 1 device for Pi-Hole and Octoprint, and another to the Home Assistant
Yes, you can setup a DNS server to redirect these requisitions to the servers. However you’ll have to make sure that every single device is using the DNS server you configured.
You can also configure avahi
(on linux) or other zeroconf
(you must find out what zeroconf each other system have, cause I don’t know) to recognize local hostnames as mDNS
I use avahi
to discover my octopi.local
in my network and it works like a charm
Oh! Is it?
Well, living and learning haha