Questions tagged [laravel]

99 questions
0
votes
1 answer

Nginx, Wordpres & Laravel

I am trying to configure Wordpress and Laravel within Nginx, but am struggling to get the configuration right. Wordpress is installed in /var/www/site/blog Laravel is installed in /var/www/site/exam Navigating the the site.local brings up the…
0
votes
0 answers

redirecting from an alias url to main url with nginx

I have a site running on Laravel Forge that has a primary domain of example.org and then an alias of myolddomain.com This means that content is available at both. I'd like to make it that if someone visits myolddomain.com/whatever that they are…
Steven Grant
  • 101
  • 2
0
votes
1 answer

NGINX Proxy_Pass to websocket server on a Plesk Server

I am trying to get a websocket client connected to my server with a ssl connection. I want to reach it with www.myurl.com/socket/ (subdomains would also be an option) and the websocket server is running on port 7777. As the server is running Plesk…
Constantin
  • 3
  • 1
  • 2
0
votes
1 answer

Openvpn unable to write to file, but is able to append

I have a weird problem with OpenVPN: In my config, OpenVPN authenticates users based on a laravel console application. Laravel site is served using Nginx running as www-data. The storage/logs directory has the below ownership and…
Mathew Paret
  • 95
  • 1
  • 8
0
votes
0 answers

Forcing HTTPS with .htaccess causes redirect loop in Laravel

I'm using Laravel 6.16 for a web-app. I've got a SSL certificate set up for the domain and I now need to force all request to use HTTPS protocol. The default .htaccess file has the following
Felix
  • 1
  • 1
  • 1
0
votes
1 answer

ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build bfe8bf5b-8368-4db6-a64e-8272d269ed76 status: FAILURE

Hi I am trying to do a deploy, but I am always receiving this follow error: gcloud app deploy --promote File upload done. Updating service [default]...failed. ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build…
Davi Amaral
  • 21
  • 1
  • 5
-1
votes
1 answer

error The Process class relies on proc_open, which is not available on your PHP installation

after change server and setup centos with cpanel lumen cron job not worked and every minutes add this error to lumen log: The Process class relies on proc_open, which is not available on your PHP installation. in…
-1
votes
1 answer

Adjust server configuration [PHP, Laravel, mysql, nginx] for serve great number of user

I have a Laravel PHP webapp that shows analytics data in Angular frontend to users. User can only show content, plots and tables. I have written 3 laravel commands that hourly download and store data into mysql db. The main components in the server…
Tenaciousd93
  • 101
  • 3
-1
votes
1 answer

I am getting following error while configuring office365 mail on contact us form in laravel 7. please anyone can

Swift_TransportException (554) Expected response code 250 but got code "554", with message "554 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message…
Bikash
  • 1
1 2 3 4 5 6
7